Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
scottdware committed Mar 23, 2020
1 parent f1735ba commit 03d5b05
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 @@ -48,7 +48,7 @@ var versionCmd = &cobra.Command{
newer version available.`,
Run: func(cmd *cobra.Command, args []string) {
var releases []release
curver := "v2020.02-1"
curver := "v2020.03"

resp, err := resty.R().
SetHeader("Content-Type", "application/json").
Expand Down

0 comments on commit 03d5b05

Please sign in to comment.