Skip to content

Commit

Permalink
[version] Version update 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dtchanpura committed Dec 17, 2017
1 parent f2c7d11 commit a6acab7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dep-agent/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.2.0"
buildDate = "2017-12-15 23:26:08 IST"
version = "0.2.1"
buildDate = "2017-12-17 13:03:01 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 a6acab7

Please sign in to comment.