Skip to content

Commit

Permalink
Merge pull request #61 from dell/versionBumpUpForCSM1.10
Browse files Browse the repository at this point in the history
Version bump up for CSM 1.10
  • Loading branch information
adarsh-dell authored Feb 23, 2024
2 parents 92420f4 + 6cabb3f commit a4c6297
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.3.0"
app.Version = "1.4.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 a4c6297

Please sign in to comment.