Skip to content

Commit

Permalink
[cinder-csi-plugin] Bump driver version to 1.2.2 (kubernetes#1335)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramineni authored Dec 8, 2020
1 parent 56ac9b7 commit 0f36d1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/csi/cinder/driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const (
var (
specVersion = "1.2.0"
// we used to use spec version as driver version, now separate them
Version = "1.2.1"
Version = "1.2.2"
)

type CinderDriver struct {
Expand Down
2 changes: 1 addition & 1 deletion pkg/csi/cinder/driver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const (
)

var (
vendorVersion = "1.2.1"
vendorVersion = "1.2.2"
)

func NewFakeDriver() *CinderDriver {
Expand Down

0 comments on commit 0f36d1f

Please sign in to comment.