From: Dagfinn Ilmari Mannsåker Date: Tue, 2 Jun 2020 10:32:51 +0000 (+0100) Subject: Bumping version to 1.87 X-Git-Tag: v1.87~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=14413624e062008f151c076bdea47db5aad8403b;p=dbsrgits%2FSQL-Abstract.git Bumping version to 1.87 --- diff --git a/lib/SQL/Abstract.pm b/lib/SQL/Abstract.pm index af8c256..112643e 100644 --- a/lib/SQL/Abstract.pm +++ b/lib/SQL/Abstract.pm @@ -27,7 +27,7 @@ BEGIN { # GLOBALS #====================================================================== -our $VERSION = '1.86'; +our $VERSION = '1.87'; # This would confuse some packagers $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases