Skip to content

Commit

Permalink
Merge branch 'release/v1.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
davidecaruso committed Oct 4, 2020
2 parents 961c3f3 + ddf9f0e commit 19c8a4d
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 @@ -33,7 +33,7 @@ var versionCmd = &cobra.Command{
Short: "Show current version",
Long: "",
Run: func(cmd *cobra.Command, args []string) {
fmt.Println("v1.0.0-rc.1")
fmt.Println("v1.1.0")
},
}

Expand Down

0 comments on commit 19c8a4d

Please sign in to comment.