From 7762da1bbbcbffc97515cff47b118be63244834c Mon Sep 17 00:00:00 2001 From: David Grudl Date: Sat, 18 Apr 2015 16:26:53 +0200 Subject: [PATCH] Released version 2.3.2 --- dibi/libs/Dibi.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dibi/libs/Dibi.php b/dibi/libs/Dibi.php index ca866a32..cde5bf11 100644 --- a/dibi/libs/Dibi.php +++ b/dibi/libs/Dibi.php @@ -39,8 +39,8 @@ class dibi FIELD_TIME = dibi::TIME; /** version */ - const VERSION = '2.3.1', - REVISION = 'released on 2015-02-25'; + const VERSION = '2.3.2', + REVISION = 'released on 2015-04-18'; /** sorting order */ const ASC = 'ASC',