We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2304d96 commit 0bf84d0Copy full SHA for 0bf84d0
gi/Makefile
@@ -19,7 +19,7 @@ clean:
19
$(GOCLEAN)
20
21
# NOTE: MUST update version number here prior to running 'make release'
22
-VERS=v1.3.24
+VERS=v1.3.25
23
PACKAGE=gi
24
GIT_COMMIT=`git rev-parse --short HEAD`
25
VERS_DATE=`date -u +%Y-%m-%d\ %H:%M`
gi/version.go
@@ -3,7 +3,7 @@
3
package gi
4
5
const (
6
- Version = "v1.3.24"
7
- GitCommit = "747172b9" // the commit JUST BEFORE the release
8
- VersionDate = "2023-10-09 17:01" // UTC
+ Version = "v1.3.25"
+ GitCommit = "2304d96a" // the commit JUST BEFORE the release
+ VersionDate = "2023-10-24 18:29" // UTC
9
)
0 commit comments