diff --git a/charts/splunk-connect-for-syslog/Chart.yaml b/charts/splunk-connect-for-syslog/Chart.yaml index 0dc7a2e5a1..667d3a87a8 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.19 -appVersion: "2.0.0-next-major.19" +version: 2.0.0-next-major.20 +appVersion: "2.0.0-next-major.20" diff --git a/package/etc/VERSION b/package/etc/VERSION index d7d97fe86e..db8ccaa002 100644 --- a/package/etc/VERSION +++ b/package/etc/VERSION @@ -1 +1 @@ -2.0.0-next-major.19 +2.0.0-next-major.20 diff --git a/pyproject.toml b/pyproject.toml index f1d85f31f5..302041914a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "splunk-connect-for-syslog" -version = "2.0.0-next-major.19" +version = "2.0.0-next-major.20" description = "" authors = ["rfaircloth-splunk "] license = "Apache-2.0"