File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,8 +43,8 @@ Multiple instances of the nDVP can run concurrently on the same host. The allow
43
43
44
44
` ` ` bash
45
45
# download and unpack the application
46
- wget https://github.com/NetApp/netappdvp/releases/download/v1.2.1 /netappdvp-1.2.1 .tar.gz
47
- tar zxf netappdvp-1.2.1 .tar.gz
46
+ wget https://github.com/NetApp/netappdvp/releases/download/v1.3 /netappdvp-1.3 .tar.gz
47
+ tar zxf netappdvp-1.3 .tar.gz
48
48
49
49
# move to a location in the bin path
50
50
sudo mv netappdvp /usr/local/bin
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import (
13
13
const CurrentDriverVersion = 1
14
14
15
15
// DriverVersion is the actual release version number
16
- const DriverVersion = "1.2.1 "
16
+ const DriverVersion = "1.3 "
17
17
18
18
// CommonStorageDriverConfig holds settings in common across all StorageDrivers
19
19
type CommonStorageDriverConfig struct {
You can’t perform that action at this time.
0 commit comments