Skip to content

Commit

Permalink
Merge pull request #68 from dell/version-1.4.1
Browse files Browse the repository at this point in the history
Version update
  • Loading branch information
adarsh-dell authored May 13, 2024
2 parents 29bf58e + 18cfcad commit e25cea7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/cert-csi/main.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
*
* Copyright © 2022-2023 Dell Inc. or its subsidiaries. All Rights Reserved.
* Copyright © 2022-2024 Dell Inc. or its subsidiaries. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -51,7 +51,7 @@ func init() {
func main() {
app := cli.NewApp()
app.Name = "cert-csi"
app.Version = "1.4.0"
app.Version = "1.4.1"
app.Usage = "unified method of benchmarking and certification of csi drivers"
app.EnableBashCompletion = true
app.Flags = []cli.Flag{
Expand Down

0 comments on commit e25cea7

Please sign in to comment.