Skip to content

Commit

Permalink
Merge branch 'hotfix/1.5.2' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
carjed committed Sep 19, 2020
2 parents ffde86c + dd013be commit 0f8631f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helmsman.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def main():
# files.sort(key=lambda x: os.path.getmtime(x))
# version = files[-1]
# version = os.path.basename(version)
version = "1.4.2"
version = "1.5.2"
except AttributeError:
version = "[version not found]"

Expand Down

0 comments on commit 0f8631f

Please sign in to comment.