From 7fa4eeb27fa3d4ad1428b4729d2f79f010a348fb Mon Sep 17 00:00:00 2001 From: Praveen Kumar Date: Mon, 26 Aug 2019 16:41:12 +0530 Subject: [PATCH] cut 1.0.0-beta.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 954b690af9..9a53fdfe83 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ BUNDLE_VERSION = 4.1.11 BUNDLE_EXTENSION = crcbundle -CRC_VERSION = 0.90.0-alpha +CRC_VERSION = 1.0.0-beta.1 COMMIT_SHA=$(shell git rev-parse --short HEAD) # Go and compilation related variables