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 @@ -48,7 +48,7 @@ gopath-update:
48
48
go get -u ./...
49
49
50
50
# NOTE: MUST update version number here prior to running 'make release' and edit this file!
51
- VERS =v0.4.0
51
+ VERS =v0.4.1
52
52
PACKAGE =main
53
53
GIT_COMMIT =` git rev-parse --short HEAD `
54
54
VERS_DATE =` date -u +%Y-%m-%d\ %H:%M `
Original file line number Diff line number Diff line change 1
1
module github.com/go-python/gotopy
2
2
3
- go 1.17
3
+ go 1.15
Original file line number Diff line number Diff line change 3
3
package main
4
4
5
5
const (
6
- Version = "v0.4.0 "
7
- GitCommit = "3524724 " // the commit JUST BEFORE the release
8
- VersionDate = "2021-09-25 19:51 " // UTC
6
+ Version = "v0.4.1 "
7
+ GitCommit = "cd0e95d " // the commit JUST BEFORE the release
8
+ VersionDate = "2021-09-25 19:54 " // UTC
9
9
)
You can’t perform that action at this time.
0 commit comments