1
0
mirror of https://github.com/coalaura/whiskr.git synced 2025-09-08 17:06:42 +00:00

fix version

This commit is contained in:
Laura
2025-08-18 05:05:07 +02:00
parent bde748ff0a
commit 9f7f49b9eb

View File

@@ -11,7 +11,7 @@ import (
"github.com/go-chi/chi/v5/middleware"
)
const Version = "dev"
var Version = "dev"
var log = logger.New().DetectTerminal().WithOptions(logger.Options{
NoLevel: true,