From 3cd393fc23503d827b868200159af9fd885e281b Mon Sep 17 00:00:00 2001 From: Jim Salter Date: Fri, 20 Mar 2015 17:46:10 -0400 Subject: [PATCH] vastly improved sanoid argument parsing, updated version to 1.0.16 --- VERSION | 2 +- syncoid | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index a970716..b668c3b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.15 +1.0.16 diff --git a/syncoid b/syncoid index ecd0d21..7383607 100755 --- a/syncoid +++ b/syncoid @@ -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;