diff --git a/dibi/libs/Dibi.php b/dibi/libs/Dibi.php index 55ad033e..aac2eb85 100644 --- a/dibi/libs/Dibi.php +++ b/dibi/libs/Dibi.php @@ -38,8 +38,8 @@ class dibi FIELD_TIME = self::TIME; /** version */ - const VERSION = '2.3.3', - REVISION = 'released on 2015-10-22'; + const VERSION = '2.3.4', + REVISION = 'released on 2015-10-26'; /** sorting order */ const ASC = 'ASC',