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"