Skip to content

Commit

Permalink
feat: bump cli version (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyasbhat0 authored Aug 25, 2023
1 parent a4f7bef commit 1049ca1
Showing 1 changed file with 1 addition and 1 deletion.
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.7-beta"
var DiveVersion = "v0.0.8-beta"

const (
DiveEnclave = "dive"
Expand Down

0 comments on commit 1049ca1

Please sign in to comment.