Skip to content

Commit

Permalink
chore: kurtosis version bump to v0.87.1
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiyana committed Feb 23, 2024
1 parent e69454a commit d314a44
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
@@ -1,7 +1,7 @@
package common

// !!!!!!!!!!! DO NOT UPDATE! WILL BE UPDATED DURING THE RELEASE PROCESS !!!!!!!!!!!!!!!!!!!!!!
const DiveVersion = "v0.1.0"
const DiveVersion = "v0.1.1"

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.16.0
github.com/google/go-github v17.0.0+incompatible
github.com/kurtosis-tech/kurtosis/api/golang v0.87.0
github.com/kurtosis-tech/kurtosis/api/golang v0.87.1
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 d314a44

Please sign in to comment.