Skip to content

Commit 256bbaa

Browse files
committed
bump vversion
1 parent 46b6c2b commit 256bbaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/app/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ class CeleryConfig:
230230

231231
class Config:
232232
# Handled by bumpversion
233-
IRIS_VERSION = "v2.5.0-beta.1" # DO NOT EDIT THIS LINE MANUALLY
233+
IRIS_VERSION = "v2.5.0-procyde.1" # DO NOT EDIT THIS LINE MANUALLY
234234

235235
if os.environ.get('IRIS_DEMO_VERSION') is not None and os.environ.get('IRIS_DEMO_VERSION') != 'None':
236236
IRIS_VERSION = os.environ.get('IRIS_DEMO_VERSION')

0 commit comments

Comments
 (0)