Skip to content

Commit

Permalink
Don't add v
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Castell committed Sep 17, 2018
1 parent 3bca25f commit c7783f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ var versionCmd = &cobra.Command{
Short: "Show version",
Long: `Show the version`,
Run: func(cmd *cobra.Command, args []string) {
fmt.Printf("Dkron v%s\n", dkron.Version)
fmt.Printf("Dkron %s\n", dkron.Version)
fmt.Printf("Agent Protocol: %d (Understands back to: %d)\n",
serf.ProtocolVersionMax, serf.ProtocolVersionMin)
},
Expand Down
2 changes: 1 addition & 1 deletion dkron/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package dkron

var Version = "0.10.3-devel"
var Version = "v0.10.5-devel"

0 comments on commit c7783f0

Please sign in to comment.