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 a7df328 commit f6f2479Copy full SHA for f6f2479
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.9';
+our $VERSION = '1.0';
11
12
has 'QueryUtil' => sub { state $qu = CellBIS::SQL::Abstract::Util->new };
13
has 'db_type';
0 commit comments