EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 1c2a9fd6 authored by Nikola Jankovic's avatar Nikola Jankovic :computer:
Browse files

Bump version: 3.2.1 → 3.2.2

parent d78f82be
No related branches found
Tags release-3.2.2
No related merge requests found
Pipeline #27052 passed
[bumpversion]
current_version = 3.2.1
current_version = 3.2.2
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)\.(?P<build>\d+))?
......
......@@ -82,4 +82,4 @@ EXPOSE 80
ENTRYPOINT ["./entrypoint.sh"]
CMD ["/opt/core/run-httpd.sh"]
LABEL version="3.2.1"
LABEL version="3.2.2"
......@@ -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: "3.2.1"
version: "3.2.2"
# 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: "3.2.1"
appVersion: "3.2.2"
......@@ -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: "3.2.1"
version: "3.2.2"
# 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: "3.2.1"
appVersion: "3.2.2"
......@@ -6,7 +6,7 @@ long_description = ""
setup(
name="registrar", # Replace with your own username
version="3.2.1",
version="3.2.2",
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