From: Matt S Trout Date: Sun, 13 Oct 2019 17:00:30 +0000 (+0000) Subject: Bumping version to 1.90_03 X-Git-Tag: v2.000000~3^2~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=54dc392ae8ed7c7c59931a4a0651f1e0fe6c7d55;p=dbsrgits%2FSQL-Abstract.git Bumping version to 1.90_03 --- diff --git a/lib/SQL/Abstract.pm b/lib/SQL/Abstract.pm index 3313081..3439e37 100644 --- a/lib/SQL/Abstract.pm +++ b/lib/SQL/Abstract.pm @@ -28,7 +28,7 @@ BEGIN { # GLOBALS #====================================================================== -our $VERSION = '1.90_02'; +our $VERSION = '1.90_03'; # This would confuse some packagers $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases