From 9b1c0cf2e6a94c1c44f89ff8dee58c9c7d645ac7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 19 Aug 2021 14:09:09 +0000 Subject: [PATCH] chore(release): 1.88.1 ## [1.88.1](https://github.com/splunk/splunk-connect-for-syslog/compare/v1.88.0...v1.88.1) (2021-08-19) ### Bug Fixes * correct default value of variable ([a0e55ea](https://github.com/splunk/splunk-connect-for-syslog/commit/a0e55ea64dbf2a08fa4cffdb54adafb09a424348)) --- 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 7235f07cc3..27a21ea169 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: 1.88.0 -appVersion: "1.88.0" +version: 1.88.1 +appVersion: "1.88.1" diff --git a/package/etc/VERSION b/package/etc/VERSION index 59be592144..2d0226d9f3 100644 --- a/package/etc/VERSION +++ b/package/etc/VERSION @@ -1 +1 @@ -1.88.0 +1.88.1 diff --git a/pyproject.toml b/pyproject.toml index 1b90af84e4..7b5b0fe396 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "splunk-connect-for-syslog" -version = "1.88.0" +version = "1.88.1" description = "" authors = ["rfaircloth-splunk "] license = "Apache-2.0"