Skip to content

Commit

Permalink
Update Version.py
Browse files Browse the repository at this point in the history
  • Loading branch information
emmamartins committed Jul 31, 2020
1 parent 9e2f253 commit 0aa9cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FlashBootstrap/Version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
if VERSION[2] and VERSION[3]:
VERSION_TEXT = '{0}.{1}.{2}{3}'.format(*VERSION)
else:
VERSION_TEXT = '{0}.{1}'.format(*VERSION[0:1])
VERSION_TEXT = '{0}.{1}'.format(*VERSION[0:2])

VERSION_EXTRA = ''
LICENSE = 'GPL3'
Expand Down

0 comments on commit 0aa9cc1

Please sign in to comment.