mirror of https://github.com/go-python/gopy.git
v0.3.5 release
This commit is contained in:
parent
86b4a9bf08
commit
28554c6b2f
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.3.4
|
||||
VERS=v0.3.5
|
||||
PACKAGE=main
|
||||
GIT_COMMIT=`git rev-parse --short HEAD`
|
||||
VERS_DATE=`date -u +%Y-%m-%d\ %H:%M`
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
package main
|
||||
|
||||
const (
|
||||
Version = "v0.3.4"
|
||||
GitCommit = "0d0bcab" // the commit JUST BEFORE the release
|
||||
VersionDate = "2020-11-24 02:36" // UTC
|
||||
Version = "v0.3.5"
|
||||
GitCommit = "86b4a9b" // the commit JUST BEFORE the release
|
||||
VersionDate = "2021-08-28 11:27" // UTC
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue