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