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