diff options
| author | Stefan Suchi <suchi@data-quest.de> | 2023-07-14 18:35:59 +0000 |
|---|---|---|
| committer | Stefan Suchi <suchi@data-quest.de> | 2023-07-14 18:35:59 +0000 |
| commit | d9f8a3b587d9bf0c5949fcd4f77bbdb25306d9cc (patch) | |
| tree | 4f50739e9447ebb166aaceb25c05060f5d7dd980 | |
| parent | 8d26844d444145a5e1ce4d6b459965db436fccf3 (diff) | |
prepare release 5.3.1
| -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 9bc37cd..ccbb549 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.3'; +$SOFTWARE_VERSION = '5.3.1'; // Store startup time $STUDIP_STARTUP_TIME = microtime(true); |
