Skip to content

Commit

Permalink
version 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
belgravia committed May 4, 2020
1 parent 730cce4 commit 32aa017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flair.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
elif len(sys.argv) > 1 and (sys.argv[1].lower() == 'diffsplice' or sys.argv[1] == '6'):
mode = 'diffSplice'
elif len(sys.argv) > 1 and sys.argv[1] == '--version':
sys.stderr.write('FLAIR v1.4.0\n')
sys.stderr.write('FLAIR v1.5.0\n')
sys.exit(1)
else:
sys.stderr.write('usage: python flair.py <mode> --help \n')
Expand Down

0 comments on commit 32aa017

Please sign in to comment.