Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
scottdware committed Oct 28, 2021
1 parent ade455e commit 6a97f2b
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 := "v2021.08"
curver := "v2021.10"

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

0 comments on commit 6a97f2b

Please sign in to comment.