diff --git a/charts/splunk-connect-for-syslog/Chart.yaml b/charts/splunk-connect-for-syslog/Chart.yaml index fdb66eecb2..144a4aa2fd 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: 3.14.0 -appVersion: "3.14.0" +version: 3.14.1 +appVersion: "3.14.1" diff --git a/package/etc/VERSION b/package/etc/VERSION index f982feb41b..49547fdca4 100644 --- a/package/etc/VERSION +++ b/package/etc/VERSION @@ -1 +1 @@ -3.14.0 +3.14.1 diff --git a/pyproject.toml b/pyproject.toml index d731402683..ce58c0f7d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "splunk-connect-for-syslog" -version = "3.14.0" +version = "3.14.1" description = "" authors = ["rjha-splunk "] license = "Apache-2.0"