EOX GitLab Instance

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

Bump version: 2.0.5 → 2.0.6

parent 0b829c46
No related branches found
Tags release-2.0.6
No related merge requests found
Pipeline #19148 passed
[bumpversion]
current_version = 2.0.5
current_version = 2.0.6
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)\.(?P<build>\d+))?
......
......@@ -92,4 +92,4 @@ EXPOSE 80
ENTRYPOINT ["./entrypoint.sh"]
CMD ["./run-httpd.sh"]
LABEL version="2.0.5"
LABEL version="2.0.6"
......@@ -25,4 +25,4 @@ version: 0.1.5
# 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.5"
appVersion: "2.0.6"
......@@ -25,4 +25,4 @@ version: 0.1.5
# 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.5"
appVersion: "2.0.6"
......@@ -6,7 +6,7 @@ long_description = ""
setup(
name="registrar", # Replace with your own username
version="2.0.5",
version="2.0.6",
author="",
author_email="",
description="registrar for PVS",
......
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