From 0ff5f0aa2874c38465287a36a2810bb369edf300 Mon Sep 17 00:00:00 2001 From: risqy Date: Wed, 19 Jul 2023 11:22:25 +0200 Subject: [PATCH] v0.0.179 TestTest --- _data/version.sh | 6 +++++- goextVersion.go | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/_data/version.sh b/_data/version.sh index 31eeb1b..f5275ec 100755 --- a/_data/version.sh +++ b/_data/version.sh @@ -38,7 +38,11 @@ printf "package goext\n\nconst GoextVersion = \"%s\"\n\nconst GoextVersionTimest git add --verbose . -msg="v${next_ver}" +echo Insert opt commit msg + +read msg + +msg="v${next_ver} ${msg}" if [ $# -gt 0 ]; then msg="$1" diff --git a/goextVersion.go b/goextVersion.go index e6e4fe6..0110bf7 100644 --- a/goextVersion.go +++ b/goextVersion.go @@ -1,5 +1,5 @@ package goext -const GoextVersion = "0.0.178" +const GoextVersion = "0.0.179" -const GoextVersionTimestamp = "2023-07-19T11:20:35+0200" +const GoextVersionTimestamp = "2023-07-19T11:22:20+0200"