mirror of https://github.com/go-python/gopy.git
v0.4.7 release
This commit is contained in:
parent
ff989a1d8f
commit
744da80a3d
2
Makefile
2
Makefile
|
@ -48,7 +48,7 @@ gopath-update:
|
||||||
go get -u ./...
|
go get -u ./...
|
||||||
|
|
||||||
# NOTE: MUST update version number here prior to running 'make release' and edit this file!
|
# NOTE: MUST update version number here prior to running 'make release' and edit this file!
|
||||||
VERS=v0.4.6
|
VERS=v0.4.7
|
||||||
PACKAGE=main
|
PACKAGE=main
|
||||||
GIT_COMMIT=`git rev-parse --short HEAD`
|
GIT_COMMIT=`git rev-parse --short HEAD`
|
||||||
VERS_DATE=`date -u +%Y-%m-%d\ %H:%M`
|
VERS_DATE=`date -u +%Y-%m-%d\ %H:%M`
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
package main
|
package main
|
||||||
|
|
||||||
const (
|
const (
|
||||||
Version = "v0.4.6"
|
Version = "v0.4.7"
|
||||||
GitCommit = "d9f6bbb" // the commit JUST BEFORE the release
|
GitCommit = "ff989a1" // the commit JUST BEFORE the release
|
||||||
VersionDate = "2023-03-23 10:22" // UTC
|
VersionDate = "2023-04-14 16:26" // UTC
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue