Don't make the major version a variable

We are likely to want to maintain v1 when we release a v2, so we'll avoid a variable for now.
This commit is contained in:
Travis Ralston 2018-08-29 19:32:52 -06:00
parent e7a69a6a6d
commit c7a228bf7b
25 changed files with 29 additions and 32 deletions

View file

@ -548,9 +548,6 @@ if __name__ == '__main__':
# API URLs. When we have released a new major version, we'll
# have to bump them.
"%CLIENT_MAJOR_VERSION%": "r0",
"%SERVER_MAJOR_VERSION%": "v1",
"%IDENTITY_MAJOR_VERSION%": "v1",
"%KEYS_MAJOR_VERSION%": "v2",
"%SERVER_RELEASE_LABEL%": args.server_release,
"%IDENTITY_RELEASE_LABEL%": args.identity_release,
"%PUSH_GATEWAY_RELEASE_LABEL%": args.push_gateway_release,