Skip to content

Commit b1d90b2

Browse files
committed
Bump version: 0.24.2 → 0.25.0
1 parent cdc1950 commit b1d90b2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.24.2
2+
current_version = 0.25.0
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d)(?:-(?P<release>\w+)(?P<build>\d+))?

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace: cdillc
88
name: splunk
99

1010
# The version of the collection. Must be compatible with semantic versioning
11-
version: "0.24.2"
11+
version: "0.25.0"
1212

1313
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
1414
readme: README.md

plugins/module_utils/ksconf_shared.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from ansible.module_utils.basic import AnsibleModule
1414

1515

16-
__version__ = "0.24.2"
16+
__version__ = "0.25.0"
1717

1818
SIDELOAD_STATE_FILE = ".ksconf_sideload.json"
1919

0 commit comments

Comments
 (0)