aboutsummaryrefslogtreecommitdiff
path: root/lilin.go
diff options
context:
space:
mode:
Diffstat (limited to 'lilin.go')
-rw-r--r--lilin.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/lilin.go b/lilin.go
index 70ce678..1c311f0 100644
--- a/lilin.go
+++ b/lilin.go
@@ -9,7 +9,7 @@ import (
)
// Version latest released version.
-const Version = `0.2.0`
+var Version = `0.2.0`
// defTimeout define default timeout for service and client connection.
const defTimeout = 5 * time.Second