mirror of https://github.com/go-python/gopy.git
v0.4.5 release
This commit is contained in:
parent
cb06da25ff
commit
1018dfd79f
2
Makefile
2
Makefile
|
@ -48,7 +48,7 @@ gopath-update:
|
|||
go get -u ./...
|
||||
|
||||
# NOTE: MUST update version number here prior to running 'make release' and edit this file!
|
||||
VERS=v0.4.4
|
||||
VERS=v0.4.5
|
||||
PACKAGE=main
|
||||
GIT_COMMIT=`git rev-parse --short HEAD`
|
||||
VERS_DATE=`date -u +%Y-%m-%d\ %H:%M`
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
package main
|
||||
|
||||
const (
|
||||
Version = "v0.4.4"
|
||||
GitCommit = "2a31e2f" // the commit JUST BEFORE the release
|
||||
VersionDate = "2022-07-01 06:31" // UTC
|
||||
Version = "v0.4.5"
|
||||
GitCommit = "cb06da2" // the commit JUST BEFORE the release
|
||||
VersionDate = "2022-07-11 19:34" // UTC
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue