Compare commits

...

2 Commits

Author SHA1 Message Date
caa69c3629 v0.0.180 Super Test 2023-07-19 11:24:11 +02:00
0ff5f0aa28 v0.0.179 TestTest 2023-07-19 11:22:25 +02:00
2 changed files with 7 additions and 3 deletions

View File

@@ -38,7 +38,11 @@ printf "package goext\n\nconst GoextVersion = \"%s\"\n\nconst GoextVersionTimest
git add --verbose .
msg="v${next_ver}"
echo "Insert option commit message:" -n
read commitMessage
msg="v${next_ver} ${commitMessage}"
if [ $# -gt 0 ]; then
msg="$1"

View File

@@ -1,5 +1,5 @@
package goext
const GoextVersion = "0.0.178"
const GoextVersion = "0.0.180"
const GoextVersionTimestamp = "2023-07-19T11:20:35+0200"
const GoextVersionTimestamp = "2023-07-19T11:24:01+0200"