diff --git a/Changes b/Changes index 2651db2..5cb13a6 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,7 @@ +2.24 -- 2012-06-21 + + * Simple fix for mogstats file length display overflow on Postgres + 2.23 -- 2012-03-30 * Support checksums in mogadm (eric wong) diff --git a/lib/MogileFS/Utils.pm b/lib/MogileFS/Utils.pm index ef13b39..cc70584 100644 --- a/lib/MogileFS/Utils.pm +++ b/lib/MogileFS/Utils.pm @@ -1,7 +1,7 @@ #!/usr/bin/perl package MogileFS::Utils; -our $VERSION = '2.23'; +our $VERSION = '2.24'; use Getopt::Long; use MogileFS::Client;