Skip to content

Commit b58572e

Browse files
committed
Update version for new release v0.5
1 parent 219a7d6 commit b58572e

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.5 2018-07-07 10:05:29+08:00 Asia/Makassar
6+
Abstract.pm - Remove "say" on subroutine "select"
7+
58
0.4 2018-07-07 09:13:36+08:00 Asia/Makassar
69
Fixed bugs on "select" method and update "02-select.t"
710

lib/CellBIS/SQL/Abstract.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use Mojo::Util qw(trim);
66
use CellBIS::SQL::Abstract::Utils;
77

88
# ABSTRACT: SQL Abstract
9-
our $VERSION = '0.4';
9+
our $VERSION = '0.5';
1010

1111
# For Query Insert :
1212
# ------------------------------------------------------------------------

0 commit comments

Comments
 (0)