diff --git a/server/main.go b/server/main.go index 2b8d010f..fbe78c2a 100644 --- a/server/main.go +++ b/server/main.go @@ -33,11 +33,10 @@ import ( "gorm.io/gorm" ) -const ( - httpPort = ":50051" - // Version is injected at build time by the compiler with the correct git-commit-sha or "dev" in development - Version = "dev" -) +const httpPort = ":50051" + +// Version is injected at build time by the compiler with the correct git-commit-sha or "dev" in development +var Version = "dev" //go:embed swagger var swagfs embed.FS