File tree Expand file tree Collapse file tree 4 files changed +140
-37
lines changed Expand file tree Collapse file tree 4 files changed +140
-37
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.12
20
+ VERS =v1.1.13
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.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
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.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
10
10
github.com/goki/ki v1.0.5
11
11
github.com/goki/mat32 v1.0.2
12
12
)
You can’t perform that action at this time.
0 commit comments