diff --git a/.bumpversion.cfg b/.bumpversion.cfg index bdedcbb16859a9c121bda09dab3c52ff389fc97f..349eb9d5ab2ec7868488b27fffcede8d27443add 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.0.43 +current_version = 2.0.44 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 bae894939aeeaeb98e4c044f8162fcdff5dc3679..2f753baee2751430b66dda9c7121528f8af97cd7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -91,4 +91,4 @@ EXPOSE 80 ENTRYPOINT ["./entrypoint.sh"] CMD ["/opt/core/run-httpd.sh"] -LABEL version="2.0.43" +LABEL version="2.0.44" diff --git a/charts/vs-registrar/Chart.yaml b/charts/vs-registrar/Chart.yaml index c75965ff72e1ad3e99c26670c12a21e4915f192b..3bdd681a46660e824ae8bdaba2a5eab6aab6e5eb 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.43" +version: "2.0.44" # 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.43" +appVersion: "2.0.44" diff --git a/charts/vs-renderer/Chart.yaml b/charts/vs-renderer/Chart.yaml index 5800701d85f0b28987dfc585c85337172be8d9d8..024dd38ebca038d119b9aa6f54c3472700292a80 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.43" +version: "2.0.44" # 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.43" +appVersion: "2.0.44" diff --git a/setup.py b/setup.py index b15c96bea14d28af31465f2e954f1f3164345101..70880f5eb2d7c05e6fdb091f2075e7730d6969da 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ long_description = "" setup( name="registrar", # Replace with your own username - version="2.0.43", + version="2.0.44", author="", author_email="", description="registrar for PVS",