diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 2d571ebc73c78e5de3687696320538ac064cc946..aec04b1b15ac9eb97003028bc30c96eb966775db 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.0.31 +current_version = 2.0.32 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 7813212f82b7dff5eaaf492ce88273f38c24635b..e0a76bab6cb46100de4de1f2c283f3474ff0fb84 100644 --- a/Dockerfile +++ b/Dockerfile @@ -94,4 +94,4 @@ EXPOSE 80 ENTRYPOINT ["./entrypoint.sh"] CMD ["/opt/core/run-httpd.sh"] -LABEL version="2.0.31" +LABEL version="2.0.32" diff --git a/charts/vs-registrar/Chart.yaml b/charts/vs-registrar/Chart.yaml index 8254d542fdfcc65efd6308bb6cf7ead22d5b8da0..83869d0a42c110958689f04adcebc89bff5bdffa 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.31" +version: "2.0.32" # 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.31" +appVersion: "2.0.32" diff --git a/charts/vs-renderer/Chart.yaml b/charts/vs-renderer/Chart.yaml index 31df8848256e8e936075d3d631a97bb6f286a64a..4cb28cd51009c5783f583fdf2132685750bfc756 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.31" +version: "2.0.32" # 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.31" +appVersion: "2.0.32" diff --git a/setup.py b/setup.py index 8745a2932801e898256c5b73ff00ef52206fa858..a00c494a13969a10e1412e60b71d2e38c74d6d3c 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ long_description = "" setup( name="registrar", # Replace with your own username - version="2.0.31", + version="2.0.32", author="", author_email="", description="registrar for PVS",