We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b3b058 commit 9866f69Copy full SHA for 9866f69
lib/CellBIS/SQL/Abstract.pm
@@ -7,7 +7,7 @@ use CellBIS::SQL::Abstract::Util;
7
use CellBIS::SQL::Abstract::Table;
8
9
# ABSTRACT: SQL Query Generator
10
-our $VERSION = '0.8';
+our $VERSION = '0.9';
11
12
has 'QueryUtil' => sub { state $qu = CellBIS::SQL::Abstract::Util->new };
13
has 'db_type';
0 commit comments