Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Forgot to tag the version number in the script
Browse files Browse the repository at this point in the history
  • Loading branch information
justinhartman committed Mar 19, 2018
1 parent 262fe4b commit 697c93a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions passphrase
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ def main(argv):
sys.exit(2)
for opt, arg in opts:
if opt in ('-h', '--help'):
print '# Version: diceware-password-generator 1.0.1'
print '# Release Date: 18 March 2018'
print '# Version: diceware-password-generator 1.0.2'
print '# Release Date: 19 March 2018'
print '# Project: https://justin.hartman.me/projects/diceware-password-generator.html'
print '#'
print '# The author disclaims copyright to this source code. In place of'
Expand Down

0 comments on commit 697c93a

Please sign in to comment.