Skip to content

Commit

Permalink
v1.1.13 release -- version.go updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Randall C. O'Reilly committed Nov 22, 2020
1 parent f0b3311 commit 601cc19
Show file tree
Hide file tree
Showing 4 changed files with 140 additions and 37 deletions.
2 changes: 1 addition & 1 deletion emer/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ clean:
$(GOCLEAN)

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

const (
Version = "v1.1.12"
GitCommit = "867377c" // the commit JUST BEFORE the release
VersionDate = "2020-10-26 10:27" // UTC
Version = "v1.1.13"
GitCommit = "f0b3311" // the commit JUST BEFORE the release
VersionDate = "2020-11-22 11:46" // UTC
)

4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ go 1.13
require (
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883
github.com/chewxy/math32 v1.0.6
github.com/emer/etable v1.0.17
github.com/goki/gi v1.0.17
github.com/emer/etable v1.0.18
github.com/goki/gi v1.1.0
github.com/goki/ki v1.0.5
github.com/goki/mat32 v1.0.2
)
Loading

0 comments on commit 601cc19

Please sign in to comment.