Skip to content

Commit d335d1f

Browse files
chore(release): 6.2.1-beta.1
## [6.2.1-beta.1](v6.2.0...v6.2.1-beta.1) (2025-03-18) ### Bug Fixes * Splunk metadata parsing logic: config stanzas must be loaded from the system app ([#432](#432)) ([1a5ee99](1a5ee99))
1 parent 1a5ee99 commit d335d1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
[tool.poetry]
1818
name = "solnlib"
19-
version = "6.2.0"
19+
version = "6.2.1-beta.1"
2020
description = "The Splunk Software Development Kit for Splunk Solutions"
2121
authors = ["Splunk <[email protected]>"]
2222
license = "Apache-2.0"

solnlib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@
5656
"utils",
5757
]
5858

59-
__version__ = "6.2.0"
59+
__version__ = "6.2.1-beta.1"

0 commit comments

Comments
 (0)