gerrit/version.bzl
David Pursehouse 1e0559eabc Set version to 2.15-SNAPSHOT
This will allow to build snapshot of the API, containing new stuff
that was added since 2.15-rc3, before the final 2.15 release is
made.

Change-Id: I9b0d7a7a846a0f1db3f8d3c7e0a5f3cae75c38e2
2018-03-14 20:14:33 +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"