Files
gerrit/version.bzl
David Pursehouse f14606706d Set version to 2.14.6-SNAPSHOT
Change-Id: Ic6bb46faac763e04f9f8573e1f09bd3564b14f31
2017-10-19 20:23:32 +09:00

10 lines
342 B
Python

# Maven style API version (e.g. '2.x-SNAPSHOT').
# Used by :api_install and :api_deploy targets
# when talking to the destination repository.
#
GERRIT_VERSION = "2.16-SNAPSHOT"
def check_version(x):
if native.bazel_version < x:
fail("\nERROR: Current Bazel version is {}, expected at least {}\n".format(native.bazel_version, x))