Skip to content

Commit

Permalink
roachtest: bump PredecessorVersion(20.2) to 20.1.5
Browse files Browse the repository at this point in the history
Release justification: change part of 20.1.5 release process
Release note: None
  • Loading branch information
arulajmani committed Aug 31, 2020
1 parent ce1ef2a commit 4723dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/roachtest/test_runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -1158,7 +1158,7 @@ func PredecessorVersion(buildVersion version.Version) (string, error) {
// (see runVersionUpgrade). The same is true for adding a new key to this
// map.
verMap := map[string]string{
"20.2": "20.1.4",
"20.2": "20.1.5",
"20.1": "19.2.9",
"19.2": "19.1.11",
"19.1": "2.1.9",
Expand Down

0 comments on commit 4723dba

Please sign in to comment.