version number update, oops

This commit is contained in:
Jim Salter 2019-04-20 16:48:21 -04:00 committed by GitHub
parent ea90108eab
commit 483ba0c3ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
sanoid
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.
$::VERSION = '2.0.0';
$::VERSION = '2.0.1';
my $MINIMUM_DEFAULTS_VERSION = 2;
use strict;