From d60325f7df3c1b55c4a337cbcdfb5df523fb65b9 Mon Sep 17 00:00:00 2001 From: xushiwei Date: Sun, 10 Oct 2021 22:44:24 +0800 Subject: [PATCH] v1.0.14 --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index 474019795..8545b728d 100644 --- a/version.go +++ b/version.go @@ -19,7 +19,7 @@ package gop // buildVersion is the GoPlus tree's version string at build time. // This is set by the linker. var ( - buildVersion string = "v1.0.13" + buildVersion string = "v1.0.14" ) // Version returns the GoPlus tree's version string.