Skip to content

Commit

Permalink
Bump 1.0.6 to 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sbalka committed Feb 10, 2020
1 parent b1b1ddc commit 0db8543
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 @@ -15,7 +15,7 @@ var versionCmd = &cobra.Command{
Use: "version",
Short: "prints version number of KDT",
Run: func(cmd *cobra.Command, args []string) {
fmt.Println("KDT Kondukto Client v1.0.6")
fmt.Println("KDT Kondukto Client v1.0.7")
},
}

Expand Down

0 comments on commit 0db8543

Please sign in to comment.