feat: include app version in sidebar footer
All checks were successful
Deploy / build-and-deploy (push) Successful in 1m0s

This commit is contained in:
juancwu 2026-02-09 21:51:16 +00:00
commit b47e48b882
7 changed files with 46 additions and 7 deletions

View file

@ -19,7 +19,7 @@ import (
var version = "dev"
func main() {
cfg := config.Load()
cfg := config.Load(version)
a, err := app.New(cfg)
if err != nil {