File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 17
17
$(GOCLEAN )
18
18
19
19
# NOTE: MUST update version number here prior to running 'make release'
20
- VERS =v1.1.9
20
+ VERS =v1.1.10
21
21
PACKAGE =emer
22
22
GIT_COMMIT =` git rev-parse --short HEAD `
23
23
VERS_DATE =` date -u +%Y-%m-%d\ %H:%M `
Original file line number Diff line number Diff line change 3
3
package emer
4
4
5
5
const (
6
- Version = "v1.1.9 "
7
- GitCommit = "b3a74fb " // the commit JUST BEFORE the release
8
- VersionDate = "2020-09-04 21:39 " // UTC
6
+ Version = "v1.1.10 "
7
+ GitCommit = "11c400b " // the commit JUST BEFORE the release
8
+ VersionDate = "2020-09-09 22:22 " // UTC
9
9
)
10
10
Original file line number Diff line number Diff line change 5
5
require (
6
6
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883
7
7
github.com/chewxy/math32 v1.0.6
8
- github.com/emer/etable v1.0.13
8
+ github.com/emer/etable v1.0.14
9
9
github.com/goki/gi v1.0.14
10
10
github.com/goki/ki v1.0.4
11
11
github.com/goki/mat32 v1.0.2
You can’t perform that action at this time.
0 commit comments