This commit is contained in:
Dave Eddy 2019-12-16 14:09:01 -05:00
parent abe39b32c0
commit d10b865f23
2 changed files with 6 additions and 1 deletions

View File

@ -4,6 +4,11 @@ ZFS Prune Snapshots Changes
Not Yet Released
----------------
`v1.1.0`
--------
- Support suffix matching (-s) (e7aa72160f8)
`v1.0.1`
--------

View File

@ -6,7 +6,7 @@
# Date: November 20, 2015
# License: MIT
VERSION='v1.0.1'
VERSION='v1.1.0'
usage() {
local prog=${0##*/}