Skip to content

Commit

Permalink
[FIX] Bump issue
Browse files Browse the repository at this point in the history
  • Loading branch information
whikernel committed Nov 14, 2024
1 parent 6046f85 commit e379781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/app/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ class CeleryConfig:
# --------- APP ---------
class Config:
# Handled by bumpversion
IRIS_VERSION = "vIRIS_VERSION = "v2.4.15"" # DO NOT EDIT THIS LINE MANUALLY
IRIS_VERSION = "v2.4.15" # DO NOT EDIT THIS LINE MANUALLY

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

0 comments on commit e379781

Please sign in to comment.