Skip to content

Commit 49556f1

Browse files
author
Randall C. O'Reilly
committed
v0.4.1 release
1 parent cd0e95d commit 49556f1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ gopath-update:
4848
go get -u ./...
4949

5050
# 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
5252
PACKAGE=main
5353
GIT_COMMIT=`git rev-parse --short HEAD`
5454
VERS_DATE=`date -u +%Y-%m-%d\ %H:%M`

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/go-python/gotopy
22

3-
go 1.17
3+
go 1.15

version.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
package main
44

55
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
99
)

0 commit comments

Comments
 (0)