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

opened 4.2-dev

This commit is contained in:
David Grudl
2020-10-08 17:14:40 +02:00
parent 0d2f643795
commit 39f59e0f08
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@
}, },
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "4.1-dev" "dev-master": "4.2-dev"
} }
} }
} }

View File

@@ -44,7 +44,7 @@ class dibi
/** version */ /** version */
public const public const
VERSION = '4.1.3'; VERSION = '4.2-dev';
/** sorting order */ /** sorting order */
public const public const