Fix current master release

It's victoria now.

Change-Id: I6167214d3729ae90764a1677430c71626ba63f0d
This commit is contained in:
Thomas Bechtold 2020-05-12 09:31:48 +02:00
parent 5711f63d1b
commit fb6e48d955
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ import yaml
import json
# the current 'in development' release
CURRENT_MASTER = 'ussuri'
CURRENT_MASTER = 'victoria'
# the host where to query for open reviews
GERRIT_HOST = 'https://review.opendev.org'