Skip to content

Commit

Permalink
chore: fix version semantics
Browse files Browse the repository at this point in the history
  • Loading branch information
litneet64 committed Mar 3, 2021
1 parent d7ebc4c commit a5230d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etherblob/utils/args.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,6 @@ def setup_argparser(cls):
nargs = '*', default = ["default_file_fmt"])

# print version and exit
parser.add_argument('--version', action = 'version', version = 'EtherBlob Explorer 1.0.3')
parser.add_argument('--version', action = 'version', version = 'EtherBlob Explorer 1.1.0')

return parser.parse_args()

0 comments on commit a5230d9

Please sign in to comment.