Skip to content

Commit

Permalink
v1.0.2 release -- version.go updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Randall C. O'Reilly committed May 16, 2020
1 parent ef9e6ec commit 28f663b
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 @@ -50,7 +50,7 @@ gopath-update:
cd cmd/pi; go get -u ./...

# NOTE: MUST update version number here prior to running 'make release'
VERS=v1.0.1
VERS=v1.0.2
PACKAGE=mat32
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 mat32

const (
Version = "v1.0.1"
GitCommit = "72cc89f" // the commit JUST BEFORE the release
VersionDate = "2020-03-30 10:03" // UTC
Version = "v1.0.2"
GitCommit = "ef9e6ec" // the commit JUST BEFORE the release
VersionDate = "2020-05-16 11:11" // UTC
)

0 comments on commit 28f663b

Please sign in to comment.