mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-14 02:43:36 +00:00
Merge pull request #405 from humblec/driver-version
Driver version updated to 1.1.0
This commit is contained in:
@ -27,7 +27,7 @@ import (
|
||||
|
||||
const (
|
||||
// version of ceph driver
|
||||
version = "1.0.0"
|
||||
version = "1.1.0"
|
||||
|
||||
// volIDVersion is the version number of volume ID encoding scheme
|
||||
volIDVersion uint16 = 1
|
||||
|
Reference in New Issue
Block a user