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

Released version 3.0.0

This commit is contained in:
David Grudl
2015-10-26 18:44:42 +01:00
parent ff22e8de09
commit f327212b57
2 changed files with 3 additions and 3 deletions

View File

@@ -26,7 +26,7 @@
}, },
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.4-dev" "dev-master": "3.0-dev"
} }
} }
} }

View File

@@ -22,8 +22,8 @@ class dibi
/** version */ /** version */
const const
VERSION = '2.4-dev', VERSION = '3.0.0',
REVISION = 'released on 2015-10-08'; REVISION = 'released on 2015-11-07';
/** sorting order */ /** sorting order */
const const