Skip to content

Commit

Permalink
Prepare for 0.25 release
Browse files Browse the repository at this point in the history
  • Loading branch information
wizzomafizzo committed Jun 6, 2015
1 parent be40e66 commit 43e1c0f
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.24 (Spirited Giraffe)"
STARCHEAT_VERSION_TAG = "0.24"
STARCHEAT_VERSION = "0.25 (Spirited Giraffe)"
STARCHEAT_VERSION_TAG = "0.25"
CONFIG_VERSION = 15
ini_file = os.path.join(config_folder, "starcheat.ini")

Expand Down

0 comments on commit 43e1c0f

Please sign in to comment.