Skip to content

Commit

Permalink
Drone version bump 2.24.0 (#3511)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShobhitSingh11 committed May 10, 2024
1 parent 87381af commit c4037de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion version/version.go
Expand Up @@ -25,7 +25,7 @@ var (
// VersionMajor is for an API incompatible changes.
VersionMajor int64 = 2
// VersionMinor is for functionality in a backwards-compatible manner.
VersionMinor int64 = 23
VersionMinor int64 = 24
// VersionPatch is for backwards-compatible bug fixes.
VersionPatch int64 = 0
// VersionPre indicates prerelease.
Expand Down
2 changes: 1 addition & 1 deletion version/version_test.go
Expand Up @@ -10,7 +10,7 @@ package version
import "testing"

func TestVersion(t *testing.T) {
if got, want := Version.String(), "2.23.0"; got != want {
if got, want := Version.String(), "2.24.0"; got != want {
t.Errorf("Want version %s, got %s", want, got)
}
}

0 comments on commit c4037de

Please sign in to comment.