Skip to content

Commit

Permalink
v1.0.0 release -- version.go updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Randall C. O'Reilly committed Mar 16, 2020
1 parent 8b1cf81 commit 603433a
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=v0.9.13
VERS=v1.0.0
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 = "v0.9.13"
GitCommit = "b3967e9" // the commit JUST BEFORE the release
VersionDate = "2020-03-16 00:46" // UTC
Version = "v1.0.0"
GitCommit = "8b1cf81" // the commit JUST BEFORE the release
VersionDate = "2020-03-16 00:52" // UTC
)

0 comments on commit 603433a

Please sign in to comment.