Skip to content

Commit

Permalink
Set 2.4.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer authored Jun 28, 2022
1 parent 310d369 commit b1790ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
class Settings:
def __init__(self, config):
"""Creator function."""
self.version = "2.3.0"
self.version = "2.4.0"
self.toscaDir = config.get('TOSCA_TEMPLATES_DIR', '') + "/"
self.toscaParamsDir = config.get('TOSCA_PARAMETERS_DIR', '') + "/"
self.imUrl = config['IM_URL']
Expand Down

0 comments on commit b1790ad

Please sign in to comment.