Skip to content

Commit

Permalink
Fix version variable
Browse files Browse the repository at this point in the history
  • Loading branch information
hypnoglow committed Oct 3, 2017
1 parent a04dfe3 commit 09ae5fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/helms3/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"gopkg.in/alecthomas/kingpin.v2"
)

const (
var (
version = "master"
)

Expand Down

0 comments on commit 09ae5fc

Please sign in to comment.