Skip to content

Commit

Permalink
Version change: 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dtchanpura committed May 13, 2018
1 parent 3754e61 commit 327bee6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ var versionCmd = &cobra.Command{

func init() {
RootCmd.AddCommand(versionCmd)
version = "0.4.0"
buildDate = "2018-05-13 12:21:53 IST"
version = "0.5.0"
buildDate = "2018-05-13 17:58:46 IST"
// Here you will define your flags and configuration settings.

// Cobra supports Persistent Flags which will work for this command
Expand Down

0 comments on commit 327bee6

Please sign in to comment.