Skip to content

Commit

Permalink
v1.3.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Randall C. O'Reilly committed Sep 15, 2022
1 parent 2bd286a commit 66339a2
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.3.1
VERS=v1.3.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,7 +3,7 @@
package sims

const (
Version = "v1.3.1"
GitCommit = "51b9ffa" // the commit JUST BEFORE the release
VersionDate = "2021-09-03 08:15" // UTC
Version = "v1.3.2"
GitCommit = "2bd286a" // the commit JUST BEFORE the release
VersionDate = "2022-09-15 08:44" // UTC
)

0 comments on commit 66339a2

Please sign in to comment.