diff --git a/dibi/libs/Dibi.php b/dibi/libs/Dibi.php index 0a30f31c..ca866a32 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',