We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dde376 commit cdad836Copy full SHA for cdad836
Makefile
@@ -54,7 +54,7 @@ prereq:
54
55
56
# NOTE: MUST update version number here prior to running 'make release' and edit this file!
57
-VERS=v0.4.8
+VERS=v0.4.9
58
PACKAGE=main
59
GIT_COMMIT=`git rev-parse --short HEAD`
60
VERS_DATE=`date -u +%Y-%m-%d\ %H:%M`
version.go
@@ -3,7 +3,7 @@
3
package main
4
5
const (
6
- Version = "v0.4.8"
7
- GitCommit = "034c7db" // the commit JUST BEFORE the release
8
- VersionDate = "2023-12-12 20:15" // UTC
+ Version = "v0.4.9"
+ GitCommit = "9dde376" // the commit JUST BEFORE the release
+ VersionDate = "2024-04-23 00:02" // UTC
9
)
0 commit comments