Skip to content

Commit

Permalink
PWX-34326: CSI - fix GetPluginInfo version for CSI (libopenstorage#2358)
Browse files Browse the repository at this point in the history
Signed-off-by: Grant Griffiths <[email protected]>
  • Loading branch information
Grant Griffiths authored Oct 11, 2023
1 parent 87cac17 commit 7e190d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions csi/identity.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ import (
)

const (
// CSI 1.4 compatible
csiDriverVersion = "1.4.0"
// CSI 1.7 compatible
csiDriverVersion = "1.7.0"

// https://tools.ietf.org/html/rfc1035#section-2.3.1
csiDriverNameFormat = "%s.openstorage.org"
Expand Down

0 comments on commit 7e190d1

Please sign in to comment.