diff --git a/cmd/server/main.go b/cmd/server/main.go index cebdfcb..34c45e7 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.0-snapshot" + version = "v2.0.5" commit = "unset" )