diff options
Diffstat (limited to 'wizard')
| -rw-r--r-- | wizard/index.php | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/wizard/index.php b/wizard/index.php index 7e259833..8f455468 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -81,7 +81,7 @@ $phpvers = [  ];  $phpname = [  	':devel'  => 'Development version, not ready for production', -		'8.0' => '8.0.0-dev (2020-05-26 snapshot)', +		'8.0' => '8.0.0-dev (2020-06-02 snapshot)',  	':stable' => 'Stable versions - usage recommended',  		'7.4' => '7.4.6 (active support until November 2021)',  		'7.3' => '7.3.18 (active support until December 2020)',  | 
