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