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',