Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Arbio5zt authored Jun 1, 2018
1 parent a0daa84 commit 24cc45d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func setupAPP() *cli.App {
app := cli.NewApp()
app.Usage = "Ontology CLI"
app.Action = startOntology
app.Version = "0.8.0"
app.Version = "0.8.2"
app.Copyright = "Copyright in 2018 The Ontology Authors"
app.Commands = []cli.Command{
cmd.AccountCommand,
Expand Down

0 comments on commit 24cc45d

Please sign in to comment.