diff --git a/cmd/ace/main.go b/cmd/ace/main.go index 4897381..bad9eaa 100644 --- a/cmd/ace/main.go +++ b/cmd/ace/main.go @@ -25,7 +25,7 @@ import ( // version is the ACE release version. It defaults to the value below for // local builds and is overridden at release time via -ldflags "-X main.version=..." // (see .goreleaser.yaml). -var version = "2.1.0" +var version = "2.1.1" func main() { var cfgPath string