Skip to content

Commit 0c87244

Browse files
committed
update versions for release
1 parent d59cff0 commit 0c87244

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ Multiple instances of the nDVP can run concurrently on the same host. The allow
4343

4444
```bash
4545
# 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
4848
4949
# move to a location in the bin path
5050
sudo mv netappdvp /usr/local/bin

storage_drivers/storage_drivers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
const CurrentDriverVersion = 1
1414

1515
// DriverVersion is the actual release version number
16-
const DriverVersion = "1.2.1"
16+
const DriverVersion = "1.3"
1717

1818
// CommonStorageDriverConfig holds settings in common across all StorageDrivers
1919
type CommonStorageDriverConfig struct {

0 commit comments

Comments
 (0)