From 83cc7a941585b59bc7a84183d3d1c30155b86a35 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 1 Dec 2005 16:08:25 +0000 Subject: [PATCH] $version++ --- DBSchema.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DBSchema.pm b/DBSchema.pm index 14be7cd..6e0167a 100644 --- a/DBSchema.pm +++ b/DBSchema.pm @@ -14,7 +14,7 @@ use DBIx::DBSchema::ColGroup::Index; #@ISA = qw(Exporter); @ISA = (); -$VERSION = "0.28"; +$VERSION = "0.29"; =head1 NAME -- 2.20.1