Skip to content

Commit 5540c8e

Browse files
committed
Version 0.8
1 parent 0def96d commit 5540c8e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ Revision history for perl distribution CellBIS-SQL-Abstract
22

33
{{$NEXT}}
44

5+
0.8 2018-07-20 05:54:31+08:00 Asia/Makassar
6+
To support create table SQLite
7+
58
0.7 2018-07-15 21:09:29+08:00 Asia/Makassar
69
- Fixes POD
710

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

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

0 commit comments

Comments
 (0)