From: Matt S Trout Date: Wed, 9 Oct 2019 01:38:40 +0000 (+0000) Subject: bump version X-Git-Tag: v2.000000~3^2~25 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=deb18597e3100018e35576d81942916753438987;p=dbsrgits%2FSQL-Abstract.git bump version --- diff --git a/lib/SQL/Abstract.pm b/lib/SQL/Abstract.pm index 9de1ceb..b681900 100644 --- a/lib/SQL/Abstract.pm +++ b/lib/SQL/Abstract.pm @@ -28,7 +28,7 @@ BEGIN { # GLOBALS #====================================================================== -our $VERSION = '1.87'; +our $VERSION = '1.90_01'; # This would confuse some packagers $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases