diff options
| author | Stefan Suchi <suchi@data-quest.de> | 2024-07-25 13:09:38 +0000 |
|---|---|---|
| committer | Stefan Suchi <suchi@data-quest.de> | 2024-07-25 13:09:38 +0000 |
| commit | 03ab72651f2be7f5ab44347362c86c250ae2821d (patch) | |
| tree | 7f8cb8dbd9fcf8d302049737f863ffac28804b87 /lib/bootstrap.php | |
| parent | 8c56bd3b33f938bca9f6284b0f9317ce9ed41420 (diff) | |
prepare release 5.5.1v5.5.1
Diffstat (limited to 'lib/bootstrap.php')
| -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 c602eed..f069bf3 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.5'; +$SOFTWARE_VERSION = '5.5.1'; // Store startup time $STUDIP_STARTUP_TIME = microtime(true); |
