diff --git a/VERSION b/VERSION index 8af85be..94fe62c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.5.3 +1.5.4 diff --git a/charts/splunk-operator-app-deployer/Chart.yaml b/charts/splunk-operator-app-deployer/Chart.yaml index b05ac59..c07cfe0 100644 --- a/charts/splunk-operator-app-deployer/Chart.yaml +++ b/charts/splunk-operator-app-deployer/Chart.yaml @@ -13,9 +13,9 @@ 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: 1.5.3 +version: 1.5.4 # 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: "1.5.3" +appVersion: "1.5.4" diff --git a/pyproject.toml b/pyproject.toml index c543d23..e5d15a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "splunk-operator-app-deployer" -version = "1.5.3" +version = "1.5.4" description = "" authors = ["rfaircloth-splunk "] license = "Apache-2.0"