From a68b5e05157a3a1c2a2b95e3900bffa7435c3343 Mon Sep 17 00:00:00 2001 From: Praveen Kumar Date: Mon, 20 Apr 2020 09:02:46 +0530 Subject: [PATCH] cut v1.9.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6711cadb39..7552c673b8 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ BUNDLE_VERSION = 4.3.10 BUNDLE_EXTENSION = crcbundle -CRC_VERSION = 1.8.0 +CRC_VERSION = 1.9.0 COMMIT_SHA=$(shell git rev-parse --short HEAD) # Go and compilation related variables