From 23ec00d7cd19353a0f52b244cb0af82264d942c8 Mon Sep 17 00:00:00 2001 From: Brad Nelson Date: Mon, 7 Nov 2022 22:52:57 -0800 Subject: [PATCH] Bump version number. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8639c4e..7891f27 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -VERSION=7.0.7.3 +VERSION=7.0.7.4 STABLE_VERSION=7.0.6.19 OLD_STABLE_VERSION=7.0.5.4 REVISION=$(shell git rev-parse HEAD | head -c 20)