Skip to content

Commit

Permalink
bump version to 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jreadey committed Jun 4, 2019
1 parent b990bda commit 704cd5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hsds/basenode.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
from util.authUtil import getUserPasswordFromRequest, validateUserPassword
import hsds_logger as log

HSDS_VERSION = "0.3"
HSDS_VERSION = "0.4"

def getVersion():
return HSDS_VERSION
Expand Down

0 comments on commit 704cd5a

Please sign in to comment.