Skip to content

Commit 9befa02

Browse files
committed
Signal start of dev for 4.0.0
1 parent 84fccb4 commit 9befa02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Config.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,14 @@ class Config
8585
*
8686
* @var string
8787
*/
88-
const VERSION = '3.13.0';
88+
const VERSION = '4.0.0';
8989

9090
/**
9191
* Package stability; either stable, beta or alpha.
9292
*
9393
* @var string
9494
*/
95-
const STABILITY = 'stable';
95+
const STABILITY = 'alpha';
9696

9797
/**
9898
* Default report width when no report width is provided and 'auto' does not yield a valid width.

0 commit comments

Comments
 (0)