Skip to content

Commit

Permalink
Merge pull request #74 from msau42/spec-1.0
Browse files Browse the repository at this point in the history
Fix supported CSI version to 1.0.0
  • Loading branch information
k8s-ci-robot committed Nov 21, 2018
2 parents ba9907d + 48cb28b commit 0c989a8
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 0c989a8

Please sign in to comment.