Files
gerrit/version.bzl
David Pursehouse ded55c1d6f Set version to 3.0.0-SNAPSHOT
Change the next version to 3.0.0.  The next bugfix release will then
be 3.0.1, and the next 'major' release will be 3.1.0.

Change-Id: Ib325f9df8d3dbd143cfa37eff5f86cdf6099aa7f
2019-04-11 15:27:55 +09:00

6 lines
178 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 = "3.0.0-SNAPSHOT"