Skip to content

Commit 2ec57da

Browse files
committed
bump version
1 parent 96452b7 commit 2ec57da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/CellBIS/SQL/Abstract.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use CellBIS::SQL::Abstract::Util;
77
use CellBIS::SQL::Abstract::Table;
88

99
# ABSTRACT: SQL Query Generator
10-
our $VERSION = '1.0';
10+
our $VERSION = '1.1';
1111

1212
has 'QueryUtil' => sub { state $qu = CellBIS::SQL::Abstract::Util->new };
1313
has 'db_type';

0 commit comments

Comments
 (0)