diff --git a/lib/DBD/SQLite.pm b/lib/DBD/SQLite.pm index 60f91f2..27e228a 100644 --- a/lib/DBD/SQLite.pm +++ b/lib/DBD/SQLite.pm @@ -7,7 +7,7 @@ use DynaLoader(); use vars qw($VERSION @ISA); BEGIN { - $VERSION = '1.19_05'; + $VERSION = '1.19_06'; @ISA = ('DynaLoader'); }