v0.0.180 Super Test
This commit is contained in:
parent
0ff5f0aa28
commit
caa69c3629
@ -38,11 +38,11 @@ printf "package goext\n\nconst GoextVersion = \"%s\"\n\nconst GoextVersionTimest
|
||||
|
||||
git add --verbose .
|
||||
|
||||
echo Insert opt commit msg
|
||||
echo "Insert option commit message:" -n
|
||||
|
||||
read msg
|
||||
read commitMessage
|
||||
|
||||
msg="v${next_ver} ${msg}"
|
||||
msg="v${next_ver} ${commitMessage}"
|
||||
|
||||
if [ $# -gt 0 ]; then
|
||||
msg="$1"
|
||||
|
@ -1,5 +1,5 @@
|
||||
package goext
|
||||
|
||||
const GoextVersion = "0.0.179"
|
||||
const GoextVersion = "0.0.180"
|
||||
|
||||
const GoextVersionTimestamp = "2023-07-19T11:22:20+0200"
|
||||
const GoextVersionTimestamp = "2023-07-19T11:24:01+0200"
|
||||
|
Loading…
Reference in New Issue
Block a user