Showing 1 changed files with 1 additions and 1 deletions
+1 -1
lib/DBIx/Custom.pm
... ...
@@ -2,7 +2,7 @@ use 5.008007;
2 2
 package DBIx::Custom;
3 3
 use Object::Simple -base;
4 4
 
5
-our $VERSION = '0.23';
5
+our $VERSION = '0.24';
6 6
 
7 7
 use Carp 'croak';
8 8
 use DBI;