Skip to content

Commit b3a74fb

Browse files
author
Randall C. O'Reilly
committed
v1.1.8 release -- version.go updated
1 parent a504d29 commit b3a74fb

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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.7
20+
VERS=v1.1.8
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.7"
7-
GitCommit = "e43e2ec" // the commit JUST BEFORE the release
8-
VersionDate = "2020-09-02 08:22" // UTC
6+
Version = "v1.1.8"
7+
GitCommit = "a504d29" // the commit JUST BEFORE the release
8+
VersionDate = "2020-09-02 10:19" // UTC
99
)
1010

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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.11
8+
github.com/emer/etable v1.0.12
99
github.com/goki/gi v1.0.13
1010
github.com/goki/ki v1.0.4
1111
github.com/goki/mat32 v1.0.2

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
4747
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
4848
github.com/dlclark/regexp2 v1.2.0 h1:8sAhBGEM0dRWogWqWyQeIJnxjWO6oIjl8FKqREDsGfk=
4949
github.com/dlclark/regexp2 v1.2.0/go.mod h1:2pZnwuY/m+8K6iRw6wQdMtk+rH5tNGR1i55kozfMjCc=
50-
github.com/emer/etable v1.0.11 h1:ncedwtQQwI1ttmZDluEkYUCmf9hJWOrrEb9EE/7+9Uw=
51-
github.com/emer/etable v1.0.11/go.mod h1:qEBkFudMFuV6zpbnVcYB1pK0QZ9mbRVjZct7SXihR1g=
50+
github.com/emer/etable v1.0.12 h1:B+5p1caP+znQRQ5GbTd0SzW5RGJcLzi/cJOoHRbElwQ=
51+
github.com/emer/etable v1.0.12/go.mod h1:qEBkFudMFuV6zpbnVcYB1pK0QZ9mbRVjZct7SXihR1g=
5252
github.com/fatih/camelcase v1.0.0 h1:hxNvNX/xYBp0ovncs8WyWZrOrpBNub/JfaMvbURyft8=
5353
github.com/fatih/camelcase v1.0.0/go.mod h1:yN2Sb0lFhZJUdVvtELVWefmrXpuZESvPmqwoZc+/fpc=
5454
github.com/fogleman/gg v1.2.1-0.20190220221249-0403632d5b90 h1:WXb3TSNmHp2vHoCroCIB1foO/yQ36swABL8aOVeDpgg=

0 commit comments

Comments
 (0)