We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c6283f commit 397ee77Copy full SHA for 397ee77
services/director-v2/VERSION
@@ -1 +1 @@
1
-2.3.0
+2.4.0
services/director-v2/openapi.json
@@ -3,7 +3,7 @@
3
"info": {
4
"title": "simcore-service-director-v2",
5
"description": "Orchestrates the pipeline of services defined by the user",
6
- "version": "2.3.0"
+ "version": "2.4.0"
7
},
8
"servers": [
9
{
services/director-v2/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
2
-current_version = 2.3.0
+current_version = 2.4.0
commit = True
message = services/director-v2 version: {current_version} → {new_version}
tag = False
0 commit comments