Skip to content

Commit

Permalink
csi: Update CSI Identity Server version to v0.3.0
Browse files Browse the repository at this point in the history
Since we modified our CSI driver name to `driver.longhorn.io`

Longhorn longhorn#347

Signed-off-by: Shuo Wu <shuo@rancher.com>
  • Loading branch information
Shuo Wu committed Nov 8, 2019
1 parent 8cd63a3 commit 190ad31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/csi.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func CSICommand() cli.Command {
},
cli.StringFlag{
Name: "csi-version",
Value: "0.2.0",
Value: "0.3.0",
Usage: "CSI plugin version",
},
},
Expand Down

0 comments on commit 190ad31

Please # to comment.