gerrit/version.bzl
David Pursehouse 75da13df3e Set version to 2.14.21-SNAPSHOT
We don't intend to release 2.14.21; this change is only so that
building and deploying the API and WAR locally doesn't overwrite
the officially released 2.14.20 versions.

Change-Id: Ib893db7e7af6ba1a92a6d3d66fdb248463541756
2019-10-16 11:30:50 +09:00

6 lines
180 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.14.21-SNAPSHOT"