From fb7e68e6861575d8a9843ed56d8ebd5cd80da4e0 Mon Sep 17 00:00:00 2001 From: Jim Salter Date: Fri, 27 Feb 2015 16:17:33 -0500 Subject: [PATCH] whoops, forgot to update $version in sanoid itself --- sanoid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sanoid b/sanoid index 9bcfc57..883991a 100755 --- a/sanoid +++ b/sanoid @@ -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.8'; +my $version = '1.0.12'; use strict; use Config::IniFiles; # read samba-style conf file