Skip to content

Commit

Permalink
update to v0.57
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzz465 committed Apr 5, 2019
1 parent 7252495 commit 32d865a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions db_template.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"Version" : 0.56,
"Version" : 0.57,
"ForceUpdate" : "False",
"message" : "fixed multi drive support",
"message" : "support for DRM-free version.",
"Megafauna" : 8.0,
"Therapy" : 7.0,
"Prepare Landing" : 18.0,
Expand Down
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from core.Modmanager import Modmanager

currentdir = os.getcwd()
Version = 0.56 #dev
Version = 0.57 #dev

formatter = logging.Formatter('%(asctime)s [%(levelname)s] : %(message)s',"%H:%M:%S") #TODO change to more readable format.
log = logging.getLogger("RAMS")
Expand Down

0 comments on commit 32d865a

Please sign in to comment.