aboutsummaryrefslogtreecommitdiff
path: root/backend
diff options
context:
space:
mode:
Diffstat (limited to 'backend')
-rw-r--r--backend/router.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/router.go b/backend/router.go
index 3eede92..b7403cf 100644
--- a/backend/router.go
+++ b/backend/router.go
@@ -17,7 +17,7 @@ import (
)
const (
- Version = "0.4.0"
+ Version = "0.5.0"
configKey = "config"
assetsFSKey = "assets_fs"
debugKey = "debug"