From a3e5ac86f7f3d80bb7927a9830991c73e10d4624 Mon Sep 17 00:00:00 2001 From: David Grudl Date: Wed, 25 Feb 2015 15:22:04 +0100 Subject: [PATCH] Released version 2.3.1 --- 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 0a30f31c3..ca866a32d 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.0', - REVISION = 'released on 2015-01-23'; + const VERSION = '2.3.1', + REVISION = 'released on 2015-02-25'; /** sorting order */ const ASC = 'ASC',