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

opened 3.1-dev

This commit is contained in:
David Grudl
2017-01-04 14:42:54 +01:00
parent 0e5d951dfb
commit d365077319
2 changed files with 2 additions and 2 deletions

View File

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

View File

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