Skip to content

Commit 76ebae0

Browse files
author
Randall C. O'Reilly
committed
v0.3.2 release
1 parent 76126a6 commit 76ebae0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

version.go

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
package main
44

55
const (
6-
Version = "v0.3.2"
7-
GitCommit = "59cf4a4" // the commit JUST BEFORE the release
8-
VersionDate = "2020-11-23 23:26" // UTC
6+
Version = "v0.3.2"
7+
GitCommit = "76126a6" // the commit JUST BEFORE the release
8+
VersionDate = "2020-11-24 01:38" // UTC
99
)
10+

0 commit comments

Comments
 (0)