Skip to content

Commit

Permalink
Bump version to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sazon, John Bryan J committed Jul 22, 2018
1 parent 10e1573 commit d0e31a2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
//
// The above copyright notice and this permission notice shall be included in
// all copies or substantial portions of the Software.
//
Expand All @@ -26,7 +25,7 @@ import (
"github.com/spf13/cobra"
)

const version = "v0.2.0"
const version = "v0.3.0"

var versionCmd = &cobra.Command{
Use: "version",
Expand Down

0 comments on commit d0e31a2

Please sign in to comment.