Skip to content

Commit

Permalink
Merge pull request #14 from STJEREM/bugfix/version
Browse files Browse the repository at this point in the history
Version bugfix
  • Loading branch information
bash committed Apr 30, 2016
2 parents 52009ae + 4cbd2fe commit 2d19d51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/coop
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ def print_menu(menu):


def print_version():
print('STJEREM/coop 0.0.1')
print('STJEREM/coop 0.0.2')


if sys.argv[1] == '--version':
if len(sys.argv) == 2 and sys.argv[1] == '--version':
print_version()
exit()

Expand Down

0 comments on commit 2d19d51

Please sign in to comment.