Skip to content

Commit

Permalink
chore: bump kurtosis sdk version to 0.84.8 and bump dive cli version (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyasbhat0 authored Oct 18, 2023
1 parent 076867f commit 6fafed4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.12-beta"
var DiveVersion = "v0.0.13-beta"

const (
DiveEnclave = "dive"
Expand Down
2 changes: 1 addition & 1 deletion cli/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/briandowns/spinner v1.23.0
github.com/fatih/color v1.15.0
github.com/google/go-github v17.0.0+incompatible
github.com/kurtosis-tech/kurtosis/api/golang v0.84.0
github.com/kurtosis-tech/kurtosis/api/golang v0.84.8
github.com/kurtosis-tech/stacktrace v0.0.0-20211028211901-1c67a77b5409
github.com/natefinch/lumberjack v2.0.0+incompatible
github.com/sirupsen/logrus v1.9.3
Expand Down

0 comments on commit 6fafed4

Please sign in to comment.