diff --git a/cmd/make_test.go b/cmd/make_test.go index d9dcc5e01..e35345667 100644 --- a/cmd/make_test.go +++ b/cmd/make_test.go @@ -307,7 +307,7 @@ func TestInstallInNonGitRepo(t *testing.T) { }) t.Run("install with VERSION file", func(t *testing.T) { - version := "v1.2.98" + version := "v1.3.98" // Create VERSION file if err := os.WriteFile(versionFile, []byte(version), 0644); err != nil { t.Fatal(err)