Skip to content

Commit

Permalink
Fix supported CSI version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msau42 committed Nov 21, 2018
1 parent 3473a8c commit 48cb28b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/driver-registrar/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ var (
showVersion = flag.Bool("version", false, "Show version.")
version = "unknown"
// List of supported versions
supportedVersions = []string{"0.2.0", "0.3.0"}
supportedVersions = []string{"1.0.0"}
)

// registrationServer is a sample plugin to work with plugin watcher
Expand Down

0 comments on commit 48cb28b

Please sign in to comment.