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 fb43845..59a02e3 100644
--- a/backend/router.go
+++ b/backend/router.go
@@ -17,7 +17,7 @@ import (
)
const (
- Version = "0.2.0"
+ Version = "0.3.0"
configKey = "config"
isUpdateKey = "is_update"
assetsFSKey = "assets_fs"