Skip to content

Commit

Permalink
br: fix br-integration-tests in CI (#42480) (#42489)
Browse files Browse the repository at this point in the history
close #42460
  • Loading branch information
ti-chi-bot authored Mar 23, 2023
1 parent 42957c5 commit 56c5016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion br/pkg/version/build/info.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func getReleaseVersion() string {
if mysql.TiDBReleaseVersion != "None" {
return mysql.TiDBReleaseVersion
}
return "v6.0.0-master"
return "v7.0.0-master"
}

// AppName is a name of a built binary.
Expand Down

0 comments on commit 56c5016

Please sign in to comment.