mirror of
https://github.com/dg/dibi.git
synced 2025-08-05 13:47:33 +02:00
Released 2.3.0-RC1
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-master": "2.2-dev"
|
"dev-master": "2.3-dev"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -39,8 +39,8 @@ class dibi
|
|||||||
FIELD_TIME = dibi::TIME;
|
FIELD_TIME = dibi::TIME;
|
||||||
|
|
||||||
/** version */
|
/** version */
|
||||||
const VERSION = '2.2.2',
|
const VERSION = '2.3.0',
|
||||||
REVISION = 'released on 2014-06-30';
|
REVISION = 'released on 2015-01-13';
|
||||||
|
|
||||||
/** sorting order */
|
/** sorting order */
|
||||||
const ASC = 'ASC',
|
const ASC = 'ASC',
|
||||||
|
@@ -1 +1 @@
|
|||||||
Dibi 2.2.2 (released on 2014-06-30)
|
Dibi 2.3.0 (released on 2015-01-13)
|
||||||
|
Reference in New Issue
Block a user