File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
reana_workflow_controller Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -118,5 +118,5 @@ LABEL org.opencontainers.image.title="reana-workflow-controller"
118118LABEL org.opencontainers.image.url="https://github.com/reanahub/reana-workflow-controller"
119119LABEL org.opencontainers.image.vendor="reanahub"
120120# x-release-please-start-version
121- LABEL org.opencontainers.image.version="0.95.0-alpha.2 "
121+ LABEL org.opencontainers.image.version="0.95.0-alpha.3 "
122122# x-release-please-end
Original file line number Diff line number Diff line change 22 "info" : {
33 "description" : " Submit and manage workflows" ,
44 "title" : " REANA Workflow Controller" ,
5- "version" : " 0.95.0a2 "
5+ "version" : " 0.95.0a3 "
66 },
77 "paths" : {
88 "/api/workflows" : {
Original file line number Diff line number Diff line change 1414
1515from __future__ import absolute_import , print_function
1616
17- __version__ = "0.95.0a2 "
17+ __version__ = "0.95.0a3 "
You can’t perform that action at this time.
0 commit comments