increment the version numbers in Column.pm and Table.pm and the "use" statements...
[DBIx-DBSchema.git] / DBSchema / Column.pm
index 44b6099..ca6ecc8 100644 (file)
@@ -9,7 +9,7 @@ use DBIx::DBSchema::_util qw(_load_driver _dbh);
 #@ISA = qw(Exporter);
 @ISA = qw();
 
-$VERSION = '0.06';
+$VERSION = '0.07';
 
 =head1 NAME