1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-05 05:37:39 +02:00

Released version 2.3.2

This commit is contained in:
David Grudl
2015-04-18 16:26:53 +02:00
parent 6f6a63881a
commit 7762da1bbb

View File

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