Bumping version to 1.62
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Parser / DBI.pm
index 3505af5..eb06117 100644 (file)
@@ -102,7 +102,7 @@ use strict;
 use warnings;
 use DBI;
 our @EXPORT;
-our $VERSION = '1.61';
+our $VERSION = '1.62';
 
 use constant DRIVERS => {
     mysql            => 'MySQL',