Skip to content

Commit

Permalink
v1.2.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Randall C. O'Reilly committed Nov 23, 2020
1 parent 80e3790 commit 4e59249
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 @@ -48,7 +48,7 @@ gopath-update:
cd cmd/pi; go get -u ./...

# NOTE: MUST update version number here prior to running 'make release' and edit this file!
VERS=v1.2.1
VERS=v1.2.2
PACKAGE=sims
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,8 +3,8 @@
package sims

const (
Version = "v1.2.1"
GitCommit = "3e57e7d" // the commit JUST BEFORE the release
VersionDate = "2020-11-23 12:40" // UTC
Version = "v1.2.2"
GitCommit = "59cf4a4" // the commit JUST BEFORE the release
VersionDate = "2020-11-23 23:26" // UTC
)

0 comments on commit 4e59249

Please sign in to comment.