Skip to content

Commit

Permalink
Update version (#1021)
Browse files Browse the repository at this point in the history
* Update version

* Update slice assertion
  • Loading branch information
tothszabi authored Nov 13, 2024
1 parent 94c42d9 commit a854b48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion models/models_methods_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ workflows:

warns, err := config.Validate()
if len(tt.wantWarns) > 0 {
require.Equal(t, tt.wantWarns, warns)
require.ElementsMatch(t, tt.wantWarns, warns)
} else {
require.Empty(t, warns)
}
Expand Down
2 changes: 1 addition & 1 deletion version/build.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package version

// VERSION is the main CLI version number. It's defined at build time using -ldflags
var VERSION = "2.24.2"
var VERSION = "2.24.3"

// BuildNumber is the CI build number that creates the release. It's defined at build time using -ldflags
var BuildNumber = ""
Expand Down

0 comments on commit a854b48

Please sign in to comment.