diff options
| author | Stefan Suchi <suchi@data-quest.de> | 2024-07-24 17:34:37 +0000 |
|---|---|---|
| committer | Stefan Suchi <suchi@data-quest.de> | 2024-07-24 17:34:37 +0000 |
| commit | cff6fac615931491f20906c043410ab2789496b4 (patch) | |
| tree | 52d1f126dfc169b288ecae4dce150d8908413e90 | |
| parent | 49444f49ca9282878df66c62edb84a6bd456304f (diff) | |
prepare release 5.2.9v5.2.9
| -rw-r--r-- | lib/bootstrap.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bootstrap.php b/lib/bootstrap.php index 1515395..901430e 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.8'; +$SOFTWARE_VERSION = '5.2.9'; // Store startup time $STUDIP_STARTUP_TIME = microtime(true); |
