diff --git a/starcheat/config.py b/starcheat/config.py index 9f0a3f8..974b53d 100644 --- a/starcheat/config.py +++ b/starcheat/config.py @@ -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")