aboutsummaryrefslogtreecommitdiff
path: root/backend/router.go
diff options
context:
space:
mode:
Diffstat (limited to 'backend/router.go')
-rw-r--r--backend/router.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/router.go b/backend/router.go
index 22c77a4..adc28fc 100644
--- a/backend/router.go
+++ b/backend/router.go
@@ -16,7 +16,7 @@ import (
)
const (
- Version = "0.1.0"
+ Version = "0.2.0"
configKey = "config"
isUpdateKey = "is_update"
)