Files
gerrit/version.bzl
David Pursehouse 6582ae4d4a Set version to 2.15-SNAPSHOT
This will allow us to build and deploy a 2.15-SNAPSHOT version of the
API artifacts containing changes that have been introduced since
2.15-rc2 was released, thus allowing changes such as I44d794025 to
work properly.

Change-Id: I4d0c0854ca89cf392f57d7291136a5c41f032a87
2018-02-16 10:29:51 +09:00

6 lines
177 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"