Skip to content

Commit

Permalink
Add version number
Browse files Browse the repository at this point in the history
  • Loading branch information
degemer committed Jan 30, 2016
1 parent cbaa429 commit 5794663
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ import (
"time"
)

const VERSION = "0.1.0"

func main() {
app := cli.NewApp()
app.Name = "document-search-engine"
Expand All @@ -33,6 +35,7 @@ func main() {
},
}
app.Commands = append([]cli.Command{}, index_command(), search_command(), measure_command())
app.Version = VERSION
app.Run(os.Args)
}

Expand Down

0 comments on commit 5794663

Please sign in to comment.