Skip to content

Commit

Permalink
Prepare release 0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
wizzomafizzo committed Dec 13, 2015
1 parent ffa7606 commit 8b17371
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions starcheat/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
if not os.path.isdir(config_folder):
os.mkdir(config_folder)

STARCHEAT_VERSION = "0.26 (Pleased Giraffe)"
STARCHEAT_VERSION_TAG = "0.26"
STARCHEAT_VERSION = "0.27 (Glad Giraffe)"
STARCHEAT_VERSION_TAG = "0.27"
CONFIG_VERSION = 15
ini_file = os.path.join(config_folder, "starcheat.ini")

Expand Down

0 comments on commit 8b17371

Please sign in to comment.