diff --git a/charts/splunk-connect-for-syslog/Chart.yaml b/charts/splunk-connect-for-syslog/Chart.yaml index 3d961ca71..89a91d7ac 100644 --- a/charts/splunk-connect-for-syslog/Chart.yaml +++ b/charts/splunk-connect-for-syslog/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: splunk-connect-for-syslog description: Deploy Splunk Connect for Syslog type: application -version: 2.0.0-next-major.9 -appVersion: "2.0.0-next-major.9" +version: 2.0.0-next-major.10 +appVersion: "2.0.0-next-major.10" diff --git a/package/etc/VERSION b/package/etc/VERSION index 26f7942c6..18f3cce84 100644 --- a/package/etc/VERSION +++ b/package/etc/VERSION @@ -1 +1 @@ -2.0.0-next-major.9 +2.0.0-next-major.10 diff --git a/pyproject.toml b/pyproject.toml index e36137398..ababab417 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "splunk-connect-for-syslog" -version = "2.0.0-next-major.9" +version = "2.0.0-next-major.10" description = "" authors = ["rfaircloth-splunk "] license = "Apache-2.0"