aboutsummaryrefslogtreecommitdiff
path: root/lilin.go
diff options
context:
space:
mode:
Diffstat (limited to 'lilin.go')
-rw-r--r--lilin.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/lilin.go b/lilin.go
index 9ebc385..acf8e21 100644
--- a/lilin.go
+++ b/lilin.go
@@ -8,6 +8,9 @@ import (
"time"
)
+// Version latest released version.
+const Version = `0.1.0`
+
// defTimeout define default timeout for service and client connection.
const defTimeout = 5 * time.Second