Skip to content

Commit

Permalink
change the release standard to release_YY.MM
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulrahmanazab committed Dec 2, 2016
1 parent 2aa0f09 commit 958fbf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion socker.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def main(argv):
print 'You need to specify options to run in verbose mode'
sys.exit(2)
if argv[0] == '--version':
print 'Socker version: 0.0.1'
print 'Socker version: release 16.12'
print 'Docker version: '+dockerv
sys.exit()
elif argv[0] == 'images':
Expand Down

0 comments on commit 958fbf7

Please sign in to comment.