Skip to content

Commit

Permalink
fix(cmd.version): fix incorrect version number (#262)
Browse files Browse the repository at this point in the history
changed v0.1.0 in CLI to v0.1.1
  • Loading branch information
b5 authored Feb 13, 2018
1 parent cdcb070 commit 6465192
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 @@ -3,7 +3,7 @@ package cmd
import "github.com/spf13/cobra"

// VersionNumber is the current version of this CLI
const VersionNumber = "0.1.0"
const VersionNumber = "0.1.1"

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

0 comments on commit 6465192

Please sign in to comment.