Skip to content

Commit

Permalink
updates version
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubhang Balkundi committed Mar 26, 2024
1 parent f37aaae commit 1ed288d
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[1]
d := Data{AppName: appName, Version: "v2.0.1"}
d := Data{AppName: appName, Version: "v2.0.10"}
wd, err := os.Getwd()
die(err)

Expand Down

0 comments on commit 1ed288d

Please sign in to comment.