EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit b1aa7408 authored by Bernhard Mallinger's avatar Bernhard Mallinger
Browse files

Bump version: 2.0.3 → 2.0.4

parent de9fec9a
No related branches found
No related tags found
No related merge requests found
Pipeline #19774 passed
[bumpversion]
current_version = 2.0.3
current_version = 2.0.4
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)\.(?P<build>\d+))?
......
......@@ -44,4 +44,4 @@ COPY --from=build-stage /dist /usr/share/nginx/html
RUN rm /etc/nginx/conf.d/default.conf
COPY ./nginx.conf /etc/nginx/conf.d/default.conf
LABEL version="2.0.3"
LABEL version="2.0.4"
......@@ -40,4 +40,4 @@ COPY webpack.config.js browserslist .babelrc ./
CMD ["npm", "run", "dev-server"]
LABEL version="2.0.3"
LABEL version="2.0.4"
......@@ -19,10 +19,10 @@ maintainers:
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: "2.0.3"
version: "2.0.4"
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "2.0.3"
appVersion: "2.0.4"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment