From a43d3df3480452cc9d99e9f23cbcf20b6788683f Mon Sep 17 00:00:00 2001 From: lwch Date: Thu, 2 Sep 2021 19:18:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build_all.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_all.go b/build_all.go index 72f1941..7cfd5c1 100644 --- a/build_all.go +++ b/build_all.go @@ -19,7 +19,7 @@ import ( "github.com/lwch/runtime" ) -const version = "0.1.0" +const version = "0.1.1" const buildDir = "tmp" const releaseDir = "release"