diff --git a/composer.json b/composer.json index 0b61bcd4..2ad9be68 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ }, "extra": { "branch-alias": { - "dev-master": "2.2-dev" + "dev-master": "2.3-dev" } } } diff --git a/dibi/libs/Dibi.php b/dibi/libs/Dibi.php index 4802fd19..f2f69d9f 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.3.0', + REVISION = 'released on 2015-01-13'; /** sorting order */ const ASC = 'ASC', diff --git a/version.txt b/version.txt index dc974f4a..9805bdca 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -Dibi 2.2.2 (released on 2014-06-30) +Dibi 2.3.0 (released on 2015-01-13)