Skip to content
This repository has been archived by the owner on May 25, 2023. It is now read-only.

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinvandeven committed Jun 26, 2020
1 parent e87c621 commit 9380d95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/os_upgrade.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def set_version():
cache_clear_sys_properties = current.globalenv['cache_clear_sys_properties']

row = db.sys_properties(Property='Version')
version = '2020.04'
version = '2020.05'
if not row:
db.sys_properties.insert(Property='Version', PropertyValue=version)
else:
Expand All @@ -19,7 +19,7 @@ def set_version():

# set release
row = db.sys_properties(Property='VersionRelease')
release = '2'
release = '0'
if not row:
db.sys_properties.insert(Property='VersionRelease',
PropertyValue=release)
Expand Down

0 comments on commit 9380d95

Please sign in to comment.