fix: fix version handling in docker and cd

This commit is contained in:
Stavros
2025-09-19 15:38:32 +03:00
parent d70cbea546
commit 866933b3d6
5 changed files with 11 additions and 7 deletions

View File

@@ -3,8 +3,8 @@ package config
// Version information, set at build time
var Version = "development"
var CommitHash = "n/a"
var BuildTimestamp = "n/a"
var CommitHash = "development"
var BuildTimestamp = "0000-00-00T00:00:00Z"
// Cookie name templates