Skip to content

Commit

Permalink
v0.4.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rcoreilly committed Dec 12, 2023
1 parent 034c7db commit d520eb6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ prereq:


# NOTE: MUST update version number here prior to running 'make release' and edit this file!
VERS=v0.4.7
VERS=v0.4.8
PACKAGE=main
GIT_COMMIT=`git rev-parse --short HEAD`
VERS_DATE=`date -u +%Y-%m-%d\ %H:%M`
Expand Down
6 changes: 3 additions & 3 deletions version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
package main

const (
Version = "v0.4.7"
GitCommit = "ff989a1" // the commit JUST BEFORE the release
VersionDate = "2023-04-14 16:26" // UTC
Version = "v0.4.8"
GitCommit = "034c7db" // the commit JUST BEFORE the release
VersionDate = "2023-12-12 20:15" // UTC
)

0 comments on commit d520eb6

Please sign in to comment.