Skip to content

Commit cd0e95d

Browse files
author
Randall C. O'Reilly
committed
add go mod
1 parent 8905238 commit cd0e95d

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

go.mod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module github.com/go-python/gotopy
2+
3+
go 1.17

version.go

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
// WARNING: auto-generated by Makefile release target -- run 'make release' to update
2+
3+
package main
4+
5+
const (
6+
Version = "v0.4.0"
7+
GitCommit = "3524724" // the commit JUST BEFORE the release
8+
VersionDate = "2021-09-25 19:51" // UTC
9+
)

0 commit comments

Comments
 (0)