Skip to content

Commit

Permalink
increment version number for standalone versions
Browse files Browse the repository at this point in the history
  • Loading branch information
GliderGeek committed Oct 7, 2017
1 parent 14761d6 commit 60c8361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PySoar/settingsClass.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def __init__(self):
self.debug_form_url = 'https://docs.google.com/forms/d/1uWxTA5Hka6rbXzDOJDX9dRhZ7OwIoqN5Do0e27B0q-M/viewform'
self.pysoar_version_formID = 891402426
self.competition_url_formID = 174131444
self.version = '0.55.1'
self.version = '0.56'

# determine if application is a script file or frozen exe
if getattr(sys, 'frozen', False):
Expand Down

0 comments on commit 60c8361

Please sign in to comment.