Skip to content

Commit

Permalink
bumps ver
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubhang Balkundi committed Mar 27, 2024
1 parent dd0d5dc commit 1fe8824
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.15"}
d := Data{AppName: appName, Version: "v2.0.16"}
wd, err := os.Getwd()
die(err)

Expand Down

0 comments on commit 1fe8824

Please sign in to comment.