1.0.17 - syntax checks in sanoid and syncoid, --compress=lzo|gzip|none in syncoid, use of sudo where appropriate in syncoid, improved CLI argument parsing in both sanoid and syncoid

This commit is contained in:
Jim Salter 2015-03-21 20:32:45 -04:00
parent e2230bfda7
commit 4592358bdb
1 changed files with 1 additions and 1 deletions

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.16';
my $version = '1.0.17';
use strict;
use Data::Dumper;