diff --git a/Changes b/Changes index 5cb13a6..2efca1f 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,8 @@ +2.25 -- 2012-06-26 + + * Simple fix fixing the previous fix to work again for all non-Postgres DBs + :( (dormando) + 2.24 -- 2012-06-21 * Simple fix for mogstats file length display overflow on Postgres diff --git a/lib/MogileFS/Utils.pm b/lib/MogileFS/Utils.pm index cc70584..92a3d65 100644 --- a/lib/MogileFS/Utils.pm +++ b/lib/MogileFS/Utils.pm @@ -1,7 +1,7 @@ #!/usr/bin/perl package MogileFS::Utils; -our $VERSION = '2.24'; +our $VERSION = '2.25'; use Getopt::Long; use MogileFS::Client;