Skip to content

Commit

Permalink
v1.0.9 release -- version.go updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Randall C. O'Reilly committed Jan 18, 2022
1 parent e0f2823 commit 01041ad
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ tail:


# NOTE: MUST update version number here prior to running 'make release'
VERS=v1.0.8
VERS=v1.0.9
PACKAGE=grunt
GIT_COMMIT=`git rev-parse --short HEAD`
VERS_DATE=`date -u +%Y-%m-%d\ %H:%M`
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/emer/grunt
go 1.15

require (
github.com/emer/etable v1.0.38
github.com/emer/etable v1.0.41
github.com/goki/gi v1.2.15
github.com/goki/ki v1.1.4
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/dlclark/regexp2 v1.4.0 h1:F1rxgk7p4uKjwIQxBs9oAXe5CqrXlCduYEJvrF4u93E=
github.com/dlclark/regexp2 v1.4.0/go.mod h1:2pZnwuY/m+8K6iRw6wQdMtk+rH5tNGR1i55kozfMjCc=
github.com/emer/etable v1.0.38 h1:FhJR2x7gHrdydNecDYwr/7FZzovhewXbOuuVoT5UJyQ=
github.com/emer/etable v1.0.38/go.mod h1:ZAUxQL6J4f9iJd6uUw6xy35pKZNg0kOGU9ychrz90Io=
github.com/emer/etable v1.0.41 h1:VYQvna4DNyXPG2L/dR6zZ35LMuwaVVa3dkWSbDGUkpY=
github.com/emer/etable v1.0.41/go.mod h1:ZAUxQL6J4f9iJd6uUw6xy35pKZNg0kOGU9ychrz90Io=
github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4=
github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4=
github.com/envoyproxy/go-control-plane v0.9.4/go.mod h1:6rpuAdCZL397s3pYoYcLgu1mIlRU8Am5FuJP05cCM98=
Expand Down
6 changes: 3 additions & 3 deletions version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
package grunt

const (
Version = "v1.0.8"
GitCommit = "5c84d45" // the commit JUST BEFORE the release
VersionDate = "2021-10-22 09:41" // UTC
Version = "v1.0.9"
GitCommit = "e0f2823" // the commit JUST BEFORE the release
VersionDate = "2022-01-18 12:08" // UTC
)

0 comments on commit 01041ad

Please sign in to comment.