Files
gerrit/version.bzl
David Pursehouse 1fec9396b3 Set version to 2.14.1-SNAPSHOT
The API includes some new classes since 2.14 and we need to be able
to build snapshot artifacts to test plugins that use the new classes.

Change-Id: Ifad31b93e5b5068c0d6952582f6882edc252e227
2017-05-26 11:20:43 +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.15-SNAPSHOT"