From: Matt S Trout Date: Sat, 23 Jan 2021 07:24:01 +0000 (+0000) Subject: Bumping version to 2.000001 X-Git-Tag: v2.000001~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=074bb8a879082c233814c077a490f61407ed1f28;p=dbsrgits%2FSQL-Abstract.git Bumping version to 2.000001 --- diff --git a/lib/SQL/Abstract.pm b/lib/SQL/Abstract.pm index 5e13461..97e3b19 100644 --- a/lib/SQL/Abstract.pm +++ b/lib/SQL/Abstract.pm @@ -27,7 +27,7 @@ BEGIN { # GLOBALS #====================================================================== -our $VERSION = '2.000000'; +our $VERSION = '2.000001'; # This would confuse some packagers $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases