diff options
| author | Stefan Suchi <suchi@data-quest.de> | 2023-10-04 15:38:30 +0000 |
|---|---|---|
| committer | Stefan Suchi <suchi@data-quest.de> | 2023-10-04 15:38:30 +0000 |
| commit | b389972422e31a72c2c175b9ade133de41168ba4 (patch) | |
| tree | 20b2a9c9613d8d699478961701dc26480fdd27ca | |
| parent | 50cf89c03c65c024ad9c1ec1970953635abb5dbd (diff) | |
prepare release 5.3.2
| -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 ccbb549..c04c8af 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.1'; +$SOFTWARE_VERSION = '5.3.2'; // Store startup time $STUDIP_STARTUP_TIME = microtime(true); |
