File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.24.2
2
+ current_version = 0.25.0
3
3
commit = True
4
4
tag = True
5
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d)(?:-(?P<release>\w+)(?P<build>\d+))?
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ namespace: cdillc
8
8
name : splunk
9
9
10
10
# The version of the collection. Must be compatible with semantic versioning
11
- version : " 0.24.2 "
11
+ version : " 0.25.0 "
12
12
13
13
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
14
14
readme : README.md
Original file line number Diff line number Diff line change 13
13
from ansible .module_utils .basic import AnsibleModule
14
14
15
15
16
- __version__ = "0.24.2 "
16
+ __version__ = "0.25.0 "
17
17
18
18
SIDELOAD_STATE_FILE = ".ksconf_sideload.json"
19
19
You can’t perform that action at this time.
0 commit comments