From: Dagfinn Ilmari Mannsåker Date: Mon, 9 Jul 2018 16:22:24 +0000 (+0100) Subject: Bumping version to 1.86 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=dc6afcf8db274168871d41ce5875dd1c533eb611;p=scpubgit%2FQ-Branch.git Bumping version to 1.86 --- diff --git a/lib/SQL/Abstract.pm b/lib/SQL/Abstract.pm index 58244e8..af8c256 100644 --- a/lib/SQL/Abstract.pm +++ b/lib/SQL/Abstract.pm @@ -27,7 +27,7 @@ BEGIN { # GLOBALS #====================================================================== -our $VERSION = '1.85'; +our $VERSION = '1.86'; # This would confuse some packagers $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases