diff --git a/.bumpversion.cfg b/.bumpversion.cfg index ebf8cf4f8bc98157d253786f35fc0b01971f7b64..e4c4f92030e21506d64673728fe36f97cf239fac 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.0.9 +current_version = 2.0.10 commit = True tag = True parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)\.(?P<build>\d+))? diff --git a/Chart.yaml b/Chart.yaml index 31a48f51fd299fc186b2d441b7412d98455d1deb..a9cf4f76ab147618b28c6438ab06b4433235c327 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -5,10 +5,10 @@ type: application # 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.9" +version: "2.0.10" # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: "2.0.9" +appVersion: "2.0.10" maintainers: - name: EOX IT Services GmbH url: https://eox.at