From 2c9fa45444d1ec3fc2f7e4767dc455c94639b103 Mon Sep 17 00:00:00 2001 From: Shreyas S Bhat <35568964+shreyasbhat0@users.noreply.github.com> Date: Thu, 27 Jul 2023 17:45:42 +0530 Subject: [PATCH] chore: update dive version (#73) * chore: update dive version * chore: update discord link --- cli/commands/discord/discord.go | 2 +- cli/common/constants.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/commands/discord/discord.go b/cli/commands/discord/discord.go index edab1389..2912d4ec 100644 --- a/cli/commands/discord/discord.go +++ b/cli/commands/discord/discord.go @@ -10,7 +10,7 @@ import ( "github.com/spf13/cobra" ) -const diveURL = "https://discord.gg/2rH5B7Ck9P" +const diveURL = "https://discord.gg/GyRQSBN3Cu" // discordCmd redirects users to DIVE discord channel func NewDiscordCmd(diveContext *common.DiveContext) *cobra.Command { diff --git a/cli/common/constants.go b/cli/common/constants.go index d1e194f7..c215ef01 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.1-beta" +var DiveVersion = "v0.0.2-beta" const ( DiveEnclave = "dive"