pkg: Updated "version" variables from 0.3.0 to 1.0.0

This commit is contained in:
Mike Cronce 2018-11-29 13:15:52 -05:00
parent c8d835e512
commit af3083f717
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ import (
const (
PluginFolder = "/var/lib/kubelet/plugins/csi-cephfsplugin"
Version = "0.3.0"
Version = "1.0.0"
)
type cephfsDriver struct {

View File

@ -53,7 +53,7 @@ type rbd struct {
var (
rbdDriver *rbd
version = "0.3.0"
version = "1.0.0"
)
var rbdVolumes map[string]*rbdVolume