vastly improved sanoid argument parsing, updated version to 1.0.16

This commit is contained in:
Jim Salter 2015-03-20 17:46:10 -04:00
parent 109d2ce5ca
commit 3cd393fc23
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
1.0.15
1.0.16

View File

@ -4,7 +4,7 @@
# from http://www.gnu.org/licenses/gpl-3.0.html on 2014-11-17. A copy should also be available in this
# project's Git repository at https://github.com/jimsalterjrs/sanoid/blob/master/LICENSE.
my $version = '1.0.15';
my $version = '1.0.16';
use strict;
use Data::Dumper;