Skip to content

Commit

Permalink
incremement version
Browse files Browse the repository at this point in the history
  • Loading branch information
borysn committed Jun 18, 2017
1 parent 96a7689 commit 45111f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eprl/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def userDoesNotHaveRootPrivileges(): return True if os.getuid() != 0 else False
# getEprlVersion
# get the current version of eprl
def getEprlVersion():
return '1.0'
return '1.1'

# status
# status log msg prefixes (with colors)
Expand Down

0 comments on commit 45111f8

Please sign in to comment.