diff --git a/dibi/libs/Dibi.php b/dibi/libs/Dibi.php index 9bb8ff37d..c12e9c3f5 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.2.2', - REVISION = 'released on 2014-06-30'; + const VERSION = '2.2.3', + REVISION = 'released on 2015-01-13'; /** sorting order */ const ASC = 'ASC', diff --git a/version.txt b/version.txt index dc974f4a3..efb597a20 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -Dibi 2.2.2 (released on 2014-06-30) +Dibi 2.2.3 (released on 2015-01-13)