diff --git a/lib/bootstrap.php b/lib/bootstrap.php index 2d24b3e2e18be79b33c33e9e78f0b52eef9e2e1f..eb1d9e355f2344528bc33c3c56c7432a23e42adc 100644 --- a/lib/bootstrap.php +++ b/lib/bootstrap.php @@ -13,7 +13,7 @@ const DEFAULT_ENV = 'production'; //software version - please leave it as it is! -$SOFTWARE_VERSION = '5.2.6'; +$SOFTWARE_VERSION = '5.2.7'; // Store startup time $STUDIP_STARTUP_TIME = microtime(true);