Skip to content

Commit

Permalink
v0.5.4 release -- version.go updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Randall C. O'Reilly committed Feb 18, 2023
1 parent 488f445 commit 1ac807a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion grid/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ clean:
$(GOCLEAN)

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

const (
Version = "v0.5.3"
GitCommit = "8edebbe" // the commit JUST BEFORE the release
VersionDate = "2023-01-06 01:44" // UTC
Version = "v0.5.4"
GitCommit = "488f445" // the commit JUST BEFORE the release
VersionDate = "2023-02-18 10:33" // UTC
)

0 comments on commit 1ac807a

Please sign in to comment.