From 8376944a8ef97379507f44a700a7c5d1f4365dd2 Mon Sep 17 00:00:00 2001 From: shreyasbhat0 Date: Fri, 25 Aug 2023 20:22:25 +0530 Subject: [PATCH] feat: bump cli version --- 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"