1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-04 21:28:02 +02:00

opened 4.0-dev

This commit is contained in:
David Grudl
2017-06-09 19:56:03 +02:00
parent e45a86d58c
commit 85787cf9cd
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@
}, },
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "3.1-dev" "dev-master": "4.0-dev"
} }
} }
} }

View File

@@ -22,7 +22,7 @@ class dibi
/** version */ /** version */
const const
VERSION = '3.1.0', VERSION = '4.0-dev',
REVISION = 'released on 2017-06-09'; REVISION = 'released on 2017-06-09';
/** sorting order */ /** sorting order */