Skip to content

Commit

Permalink
Forgot to change version to 1.0.3 in executable
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorbaptista committed Jun 7, 2017
1 parent 2e144d5 commit 84bd479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/bin/shellshare
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def parse_args():
description = 'Transmits the current shell to shellshare'
parser = argparse.ArgumentParser(description=description)
parser.add_argument('-v', '--version', action='version',
version='%(prog)s 1.0.2')
version='%(prog)s 1.0.3')
parser.add_argument('-s', '--server', dest='server',
help=('shellshare instance URL'
' (default: https://shellshare.net)'),
Expand Down

0 comments on commit 84bd479

Please sign in to comment.