mirror of
https://github.com/dg/dibi.git
synced 2025-01-29 03:47:40 +01:00
opened 6.0-dev
This commit is contained in:
parent
fb197e92fa
commit
f3c34aa41b
@ -33,7 +33,7 @@
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "5.0-dev"
|
||||
"dev-master": "6.0-dev"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -37,7 +37,7 @@ declare(strict_types=1);
|
||||
*/
|
||||
class dibi
|
||||
{
|
||||
public const Version = '5.0.2';
|
||||
public const Version = '6.0-dev';
|
||||
|
||||
/** @deprecated use dibi::Version */
|
||||
public const VERSION = self::Version;
|
||||
|
Loading…
x
Reference in New Issue
Block a user