Skip to content

Commit

Permalink
Version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
James Bielman committed Jul 11, 2017
1 parent 46b0d46 commit 385794c
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 @@ -593,7 +593,7 @@ func cmdPolicyIncoming(cmd *cli.Cmd) {
func main() {
app := cli.App("e3db-cli", "E3DB Command Line Interface")

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

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 385794c

Please sign in to comment.