Skip to content

Commit 9866f69

Browse files
committed
Update to version '0.9'
1 parent 2b3b058 commit 9866f69

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 = '0.8';
10+
our $VERSION = '0.9';
1111

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

0 commit comments

Comments
 (0)