From 1049ca11588c52873f2355be12aff0bb7dac2a18 Mon Sep 17 00:00:00 2001 From: Shreyas S Bhat <35568964+shreyasbhat0@users.noreply.github.com> Date: Fri, 25 Aug 2023 20:24:54 +0530 Subject: [PATCH] feat: bump cli version (#143) --- cli/common/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/common/constants.go b/cli/common/constants.go index 156ea772..4bf17e8a 100644 --- a/cli/common/constants.go +++ b/cli/common/constants.go @@ -3,7 +3,7 @@ package common var DiveLogs bool // !!!!!!!!!!! DO NOT UPDATE! WILL BE UPDATED DURING THE RELEASE PROCESS !!!!!!!!!!!!!!!!!!!!!! -var DiveVersion = "v0.0.7-beta" +var DiveVersion = "v0.0.8-beta" const ( DiveEnclave = "dive"