From ddd7a8e35272540e15d310a1b0d7b6a0043a686e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 9 Oct 2023 08:52:15 +0000 Subject: [PATCH] chore(release): 3.4.6-develop.1 ## [3.4.6-develop.1](https://github.com/splunk/splunk-connect-for-syslog/compare/v3.4.5...v3.4.6-develop.1) (2023-10-09) ### Bug Fixes * fix release notes GA ([077c913](https://github.com/splunk/splunk-connect-for-syslog/commit/077c913482696d8e15836e6aaf2d9d9c3825ce18)) --- charts/splunk-connect-for-syslog/Chart.yaml | 4 ++-- package/etc/VERSION | 2 +- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/splunk-connect-for-syslog/Chart.yaml b/charts/splunk-connect-for-syslog/Chart.yaml index be5484dcf5..7b0f1ecf1e 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.4.5 -appVersion: "3.4.5" +version: 3.4.6-develop.1 +appVersion: "3.4.6-develop.1" diff --git a/package/etc/VERSION b/package/etc/VERSION index 4f5e69734c..470eca8705 100644 --- a/package/etc/VERSION +++ b/package/etc/VERSION @@ -1 +1 @@ -3.4.5 +3.4.6-develop.1 diff --git a/pyproject.toml b/pyproject.toml index df447ef7b5..7242923aec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "splunk-connect-for-syslog" -version = "3.4.5" +version = "3.4.6-develop.1" description = "" authors = ["rjha-splunk "] license = "Apache-2.0"