Skip to content

Commit

Permalink
br: fix ci (#42480)
Browse files Browse the repository at this point in the history
close #42460
  • Loading branch information
joccau authored Mar 22, 2023
1 parent 3337cc1 commit 6897c1a
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 6897c1a

Please sign in to comment.