Skip to content

Commit

Permalink
bumps up CLI version
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubhang Balkundi committed Mar 25, 2024
1 parent 1ffa9d1 commit 7ed71fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/ziggurat/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func main() {
die(errors.New(usage))
}
appName := args[0]
d := Data{AppName: appName, Version: "v2.0.1"}
d := Data{AppName: appName, Version: "v2.0.2"}
wd, err := os.Getwd()
die(err)

Expand Down

0 comments on commit 7ed71fd

Please sign in to comment.