aboutsummaryrefslogtreecommitdiff
path: root/backend
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <william@herges.fr>2025-12-12 19:22:31 +0100
committerAnhgelus Morhtuuzh <william@herges.fr>2025-12-12 19:22:31 +0100
commit3be95b54d9034475e4100701a5635a91f47386f3 (patch)
tree2f7b8597471c44afff251d0a06e1074bdf2f83eb /backend
parenta815c291074b454d4bb1a31067cd363c84df1360 (diff)
build(backend): bump version
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"