Skip to content

Commit

Permalink
cmd(version): bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Sep 16, 2016
1 parent bb12885 commit 835dbc6
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 @@ -21,7 +21,7 @@ import (
)

// Version describes the version for packaging
const Version = "0.1.1"
const Version = "0.2.0-beta1"

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

0 comments on commit 835dbc6

Please sign in to comment.