Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
mitsryd: Add version flag
Browse files Browse the repository at this point in the history
Closes #106
  • Loading branch information
agis committed Sep 25, 2018
1 parent 2315aea commit 5c20927
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/mistryd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ func main() {
app := cli.NewApp()
app.Name = "mistry"
app.Usage = "A powerful building service"
app.HideVersion = true
app.HideVersion = false
app.Version = "0.2.0"
app.Flags = []cli.Flag{
cli.StringFlag{
Name: "addr, a",
Expand Down

0 comments on commit 5c20927

Please sign in to comment.