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

Released version 2.3.1

This commit is contained in:
David Grudl
2015-02-25 15:22:04 +01:00
parent 89d7148b04
commit a3e5ac86f7

View File

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