We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cec1c8 commit 775760aCopy full SHA for 775760a
build.sh
@@ -16,8 +16,8 @@ search="^\(__version__ =\).*"
16
replace="\1 \"${version}\""
17
replace_version "${search}" "${replace}" "splunk_export_parallel.py"
18
19
-search="^\(<h2>Version: \)[_0-9]*"
20
-replace="\1 \"${version}\""
+search="^\(<h2>Version: \)\([[:digit:]_ ]\{1,\}\).*\(<\/h2>\)"
+replace="\1 ${version}\3"
21
replace_version "${search}" "${replace}" "ui/parameters.tpl"
22
23
git commit splunk_export_parallel.py -m "$1"
version_number
@@ -1 +1 @@
1
-20230228_213148
+20230228_215453
0 commit comments