Skip to content

Commit 601cc19

Browse files
author
Randall C. O'Reilly
committed
v1.1.13 release -- version.go updated
1 parent f0b3311 commit 601cc19

File tree

4 files changed

+140
-37
lines changed

4 files changed

+140
-37
lines changed

emer/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ clean:
1717
$(GOCLEAN)
1818

1919
# NOTE: MUST update version number here prior to running 'make release'
20-
VERS=v1.1.12
20+
VERS=v1.1.13
2121
PACKAGE=emer
2222
GIT_COMMIT=`git rev-parse --short HEAD`
2323
VERS_DATE=`date -u +%Y-%m-%d\ %H:%M`

emer/version.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
package emer
44

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

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ go 1.13
55
require (
66
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883
77
github.com/chewxy/math32 v1.0.6
8-
github.com/emer/etable v1.0.17
9-
github.com/goki/gi v1.0.17
8+
github.com/emer/etable v1.0.18
9+
github.com/goki/gi v1.1.0
1010
github.com/goki/ki v1.0.5
1111
github.com/goki/mat32 v1.0.2
1212
)

0 commit comments

Comments
 (0)