Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
scottdware committed Nov 5, 2022
1 parent 69b1185 commit 9caba9d
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 := "v2022.02"
curver := "v2022.11"

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

0 comments on commit 9caba9d

Please sign in to comment.