From: Matt S Trout Date: Sat, 12 Oct 2019 18:10:20 +0000 (+0000) Subject: Bumping version to 1.90_02 X-Git-Tag: v1.90_02~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=411bf958b78ed3aef45a69a9e4d35da6933f5cec;p=dbsrgits%2FSQL-Abstract.git Bumping version to 1.90_02 --- diff --git a/lib/SQL/Abstract.pm b/lib/SQL/Abstract.pm index 4fef402..40ff82d 100644 --- a/lib/SQL/Abstract.pm +++ b/lib/SQL/Abstract.pm @@ -28,7 +28,7 @@ BEGIN { # GLOBALS #====================================================================== -our $VERSION = '1.90_01'; +our $VERSION = '1.90_02'; # This would confuse some packagers $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases