Skip to content

Commit 421fd9c

Browse files
committed
bump version 1.4
1 parent 3f9eaed commit 421fd9c

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
@@ -8,7 +8,7 @@ use CellBIS::SQL::Abstract::Util;
88
use CellBIS::SQL::Abstract::Table;
99

1010
# ABSTRACT: SQL Query Generator
11-
our $VERSION = '1.3';
11+
our $VERSION = '1.4';
1212

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

0 commit comments

Comments
 (0)