Don't reference the major version for the push gateway specification

If we ever have a v2 endpoint for the push gateway, we'd likely spec it alongside the v1 stuff, updating applicable references elsewhere.
This commit is contained in:
Travis Ralston 2018-08-28 14:40:14 -06:00
parent 72c6fa2aaf
commit b402608b41
2 changed files with 1 additions and 2 deletions

View file

@ -546,7 +546,6 @@ if __name__ == '__main__':
"%CLIENT_MAJOR_VERSION%": "r0",
"%SERVER_RELEASE_LABEL%": args.server_release,
"%SERVER_MAJOR_VERSION%": extract_major(args.server_release),
"%PUSH_GATEWAY_MAJOR_VERSION%": "v1",
"%PUSH_GATEWAY_RELEASE_LABEL%": args.push_gateway_release,
}