From: Matt S Trout Date: Thu, 21 Jan 2021 20:34:17 +0000 (+0000) Subject: bump version X-Git-Tag: v2.000000~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8c50c565b70238983ed3b5a15fed45dbb7763713;p=dbsrgits%2FSQL-Abstract.git bump version --- diff --git a/lib/SQL/Abstract.pm b/lib/SQL/Abstract.pm index 30b3ffc..23f1952 100644 --- a/lib/SQL/Abstract.pm +++ b/lib/SQL/Abstract.pm @@ -28,7 +28,7 @@ BEGIN { # GLOBALS #====================================================================== -our $VERSION = '1.90_03'; +our $VERSION = '2.000000'; # This would confuse some packagers $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases