diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 349eb9d5ab2ec7868488b27fffcede8d27443add..8d6c44ed8f801a8f0b279b9f9a6c0bbbf2161a1b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.0.44 +current_version = 2.0.45 commit = True tag = True parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)\.(?P<build>\d+))? diff --git a/Dockerfile b/Dockerfile index 2f753baee2751430b66dda9c7121528f8af97cd7..4d5e827cf671739d353b83536c7bcefd222eac71 100644 --- a/Dockerfile +++ b/Dockerfile @@ -91,4 +91,4 @@ EXPOSE 80 ENTRYPOINT ["./entrypoint.sh"] CMD ["/opt/core/run-httpd.sh"] -LABEL version="2.0.44" +LABEL version="2.0.45" diff --git a/charts/vs-registrar/Chart.yaml b/charts/vs-registrar/Chart.yaml index 3bdd681a46660e824ae8bdaba2a5eab6aab6e5eb..e62c1595f9f4394514e95d57ec131e874f06aebe 100644 --- a/charts/vs-registrar/Chart.yaml +++ b/charts/vs-registrar/Chart.yaml @@ -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.44" +version: "2.0.45" # 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.44" +appVersion: "2.0.45" diff --git a/charts/vs-renderer/Chart.yaml b/charts/vs-renderer/Chart.yaml index 024dd38ebca038d119b9aa6f54c3472700292a80..847baf684bfdae40809b8e98fc919905649c1ae4 100644 --- a/charts/vs-renderer/Chart.yaml +++ b/charts/vs-renderer/Chart.yaml @@ -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.44" +version: "2.0.45" # 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.44" +appVersion: "2.0.45" diff --git a/setup.py b/setup.py index 70880f5eb2d7c05e6fdb091f2075e7730d6969da..d6eaad4ccb0bf742189cccf1ac39a3176fef7b88 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ long_description = "" setup( name="registrar", # Replace with your own username - version="2.0.44", + version="2.0.45", author="", author_email="", description="registrar for PVS",