diff --git a/cmd/server/main.go b/cmd/server/main.go index b0b848e..8e4e170 100644 --- a/cmd/server/main.go +++ b/cmd/server/main.go @@ -43,7 +43,7 @@ import ( // Version and Build are set by ldflags var ( - version = "v2.0.6-snapshot" + version = "v2.0.6" commit = "unset" )