Skip to content

Commit f6f2479

Browse files
committed
bump version
1 parent a7df328 commit f6f2479

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.9';
10+
our $VERSION = '1.0';
1111

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

0 commit comments

Comments
 (0)