diff --git a/Changes b/Changes index 6e65563..db61c9a 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,7 @@ +2.30 -- 2018-01-19 + + * mogadm: document "readonly" state for hosts (Eric Wong ) + 2.29 -- 2014-12-15 * Add exit codes when failing. (Jesus Roncero ) diff --git a/lib/MogileFS/Utils.pm b/lib/MogileFS/Utils.pm index 5adf1ac..a8ebe90 100644 --- a/lib/MogileFS/Utils.pm +++ b/lib/MogileFS/Utils.pm @@ -1,7 +1,7 @@ #!/usr/bin/perl package MogileFS::Utils; -our $VERSION = '2.29'; +our $VERSION = '2.30'; use Getopt::Long; use MogileFS::Client;