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

Commit 697c93a

Browse files
committed
Forgot to tag the version number in the script
1 parent 262fe4b commit 697c93a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

passphrase

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ def main(argv):
2525
sys.exit(2)
2626
for opt, arg in opts:
2727
if opt in ('-h', '--help'):
28-
print '# Version: diceware-password-generator 1.0.1'
29-
print '# Release Date: 18 March 2018'
28+
print '# Version: diceware-password-generator 1.0.2'
29+
print '# Release Date: 19 March 2018'
3030
print '# Project: https://justin.hartman.me/projects/diceware-password-generator.html'
3131
print '#'
3232
print '# The author disclaims copyright to this source code. In place of'

0 commit comments

Comments
 (0)