Set Gerrit to 3.10.8 Change-Id: I02d13229a3cb7d8a24ce532a410ab9f593053fdf
diff --git a/fpm/Makefile b/fpm/Makefile index 6e307df..af28af3 100644 --- a/fpm/Makefile +++ b/fpm/Makefile
@@ -1,5 +1,5 @@ -VERSION=3.10.7 -WAR_VERSION=3.10.7 +VERSION=3.10.8 +WAR_VERSION=3.10.8 BRANCH=stable-3.10 URL=https://storage.googleapis.com/gerrit-releases/gerrit-$(WAR_VERSION).war CI_URL=https://gerrit-ci.gerritforge.com
diff --git a/macOS/Makefile b/macOS/Makefile index 1984027..100a225 100644 --- a/macOS/Makefile +++ b/macOS/Makefile
@@ -1,4 +1,4 @@ -VERSION := 3.10.7 +VERSION := 3.10.8 all: server
diff --git a/tarball/Makefile b/tarball/Makefile index b3f5f79..9b2fc07 100644 --- a/tarball/Makefile +++ b/tarball/Makefile
@@ -1,4 +1,4 @@ -WAR_VERSION=3.10.7 +WAR_VERSION=3.10.8 BRANCH=stable-3.10 URL=https://storage.googleapis.com/gerrit-releases/gerrit-$(WAR_VERSION).war CI_URL=https://gerrit-ci.gerritforge.com