first commit
This commit is contained in:
7
helix/constants/version.py
Normal file
7
helix/constants/version.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import os
|
||||
|
||||
|
||||
def version():
|
||||
if os.getenv('VERSION'):
|
||||
return os.getenv('VERSION')
|
||||
return 'release-9-72-g3e1c132'
|
||||
Reference in New Issue
Block a user