Skip to content

Commit

Permalink
chore(release): 1.9.3-beta.6
Browse files Browse the repository at this point in the history
## [1.9.3-beta.6](v1.9.3-beta.5...v1.9.3-beta.6) (2023-08-23)

### Bug Fixes

* add regex and negation for conditional profiles ([#844](#844)) ([706204b](706204b))
  • Loading branch information
semantic-release-bot committed Aug 23, 2023
1 parent 706204b commit 06d25d8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/splunk-connect-for-snmp/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ type: application
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)

version: 1.9.3-beta.5
version: 1.9.3-beta.6
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "1.9.3-beta.5"
appVersion: "1.9.3-beta.6"
#
dependencies:
- name: mongodb
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "splunk-connect-for-snmp"
version = "1.9.3-beta.5"
version = "1.9.3-beta.6"
description = ""
authors = ["omrozowicz-splunk <[email protected]>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion splunk_connect_for_snmp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
#


__version__ = "1.9.3-beta.5"
__version__ = "1.9.3-beta.6"

0 comments on commit 06d25d8

Please sign in to comment.