Skip to content

Commit

Permalink
cert-csi version bump up
Browse files Browse the repository at this point in the history
  • Loading branch information
KshitijaKakde committed Oct 25, 2024
1 parent 2ab294c commit 99fd941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cert-csi/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func init() {
func main() {
app := cli.NewApp()
app.Name = "cert-csi"
app.Version = "1.5.0"
app.Version = "1.6.0"
app.Usage = "unified method of benchmarking and certification of csi drivers"
app.EnableBashCompletion = true
app.Flags = []cli.Flag{
Expand Down

0 comments on commit 99fd941

Please sign in to comment.