diff --git a/cmd/server/main.go b/cmd/server/main.go index ca022fe..fbad951 100644 --- a/cmd/server/main.go +++ b/cmd/server/main.go @@ -45,7 +45,7 @@ import ( // Version and Build are set by ldflags var ( - version = "v2.0.7-snapshot" + version = "v2.0.7" commit = "unset" )