Skip to content

Commit

Permalink
chore: update dive version (HugoByte#73)
Browse files Browse the repository at this point in the history
* chore: update dive version

* chore: update discord link
  • Loading branch information
shreyasbhat0 authored Jul 27, 2023
1 parent 9fc9cf5 commit 7cff60d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/commands/discord/discord.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion cli/common/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7cff60d

Please sign in to comment.