From 883ca49f04559d7f14f5c60ff45c0d99951db077 Mon Sep 17 00:00:00 2001 From: Praveen Kumar Date: Mon, 1 Jun 2020 08:52:21 +0530 Subject: [PATCH] cut v1.11.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 712fe14a7d..f70f64bb1f 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ BUNDLE_VERSION = 4.4.5 BUNDLE_EXTENSION = crcbundle -CRC_VERSION = 1.10.0 +CRC_VERSION = 1.11.0 COMMIT_SHA=$(shell git rev-parse --short HEAD) # Go and compilation related variables