Skip to content

Commit

Permalink
Version 2024.05.03
Browse files Browse the repository at this point in the history
  • Loading branch information
pwd491 committed May 3, 2024
2 parents 8157272 + 13fe2e1 commit fe8ade6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Syncogram/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"APP": {
"NAME": "Syncogram",
"VERSION": "2024.03.05",
"VERSION": "2024.05.03",
"VERSION_IS_ALPHA": "True",
"VERSION_IS_BETA": "False"
},
Expand Down
2 changes: 1 addition & 1 deletion release.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
CURRENT_APP_VERSION = data["APP"]["VERSION"]
CURRENT_DB_VERSION = data["DATABASE"]["VERSION"]

now = datetime.datetime.strftime(datetime.datetime.now(), "%Y.%d.%m")
now = datetime.datetime.strftime(datetime.datetime.now(), "%Y.%m.%d")
NEW_APP_VERSION = str(input(f"What is new application version ({CURRENT_APP_VERSION}) -> ({now}): "))

if NEW_APP_VERSION == "":
Expand Down

0 comments on commit fe8ade6

Please sign in to comment.