From 00e7e101f223e3de9d0b85fc1fbf4c582719591e Mon Sep 17 00:00:00 2001 From: abhiyana Date: Tue, 31 Oct 2023 16:39:20 +0530 Subject: [PATCH] chore: bump up dive-cli version to v0.0.14-beta --- 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 11a86d02..a66fa8fd 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.13-beta" +var DiveVersion = "v0.0.14-beta" const ( DiveEnclave = "dive"