Version bump to 5.2.0

This commit is contained in:
towards-a-new-leftypol 2023-09-24 23:43:51 -04:00
parent fb31845bde
commit 237b4ff1c7
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<?php
// Installation/upgrade file
define('VERSION', '5.1.3');
define('VERSION', '5.2.0');
if (fopen('inc/instance-config.php' , 'a') === false) {
print('install.php does not have permission to write to /inc/, without permission the installer cannot continue');