Skip to content

Commit

Permalink
Update Version info
Browse files Browse the repository at this point in the history
  • Loading branch information
OzzieIsaacs committed Apr 20, 2019
1 parent c748716 commit cc5c2c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cps/updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def _nightly_version_info(self):
return False

def _stable_version_info(self):
return {'version': '0.6.1'} # Current version
return {'version': '0.6.2'} # Current version

def _nightly_available_updates(self, request_method):
tz = datetime.timedelta(seconds=time.timezone if (time.localtime().tm_isdst == 0) else time.altzone)
Expand Down

0 comments on commit cc5c2c0

Please sign in to comment.