Skip to content

Commit

Permalink
Corrected version mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffwillette committed Oct 24, 2017
1 parent 29cac44 commit 33fa728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"github.com/spf13/cobra"
)

var version = "Version 0.4.0"
var version = "Version 0.4.2"

// versionCmd represents the version command
var versionCmd = &cobra.Command{
Expand Down

0 comments on commit 33fa728

Please sign in to comment.