From: Dagfinn Ilmari Mannsåker Date: Sat, 27 Jan 2018 11:10:01 +0000 (+0000) Subject: Bumping version to 1.85 X-Git-Tag: v1.85~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FSQL-Abstract.git;a=commitdiff_plain;h=9473847975dcadf58d54b5b0717c2a0161057a33 Bumping version to 1.85 --- diff --git a/lib/SQL/Abstract.pm b/lib/SQL/Abstract.pm index 099a221..4c3302d 100644 --- a/lib/SQL/Abstract.pm +++ b/lib/SQL/Abstract.pm @@ -27,7 +27,7 @@ BEGIN { # GLOBALS #====================================================================== -our $VERSION = '1.84'; +our $VERSION = '1.85'; # This would confuse some packagers $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases