From e1c8fb84e4e0bc33e1b57cb2f87bc0530def97ef Mon Sep 17 00:00:00 2001 From: Praveen Kumar Date: Tue, 28 Jan 2020 09:57:06 +0530 Subject: [PATCH] cut v1.5.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 360bdf786e..6cac8f13c4 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ BUNDLE_VERSION = 4.2.14 BUNDLE_EXTENSION = crcbundle -CRC_VERSION = 1.5.0-dev +CRC_VERSION = 1.5.0 COMMIT_SHA=$(shell git rev-parse --short HEAD) # Go and compilation related variables