Skip to content

Commit

Permalink
Bump version to fix broken build
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Mann committed Nov 8, 2017
1 parent c709ad5 commit f97b101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/e3db/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ func cmdRegister(cmd *cli.Cmd) {
func main() {
app := cli.App("e3db-cli", "E3DB Command Line Interface")

app.Version("v version", "e3db-cli 2.0.0")
app.Version("v version", "e3db-cli 2.1.1")

options.Logging = app.BoolOpt("d debug", false, "enable debug logging")
options.Profile = app.StringOpt("p profile", "", "e3db configuration profile")
Expand Down

0 comments on commit f97b101

Please sign in to comment.