diff options
| author | Stefan Suchi <suchi@data-quest.de> | 2025-08-08 11:30:28 +0000 |
|---|---|---|
| committer | Stefan Suchi <suchi@data-quest.de> | 2025-08-08 11:30:28 +0000 |
| commit | 0602e04e0dbb723ce1f0645919660994844b9e81 (patch) | |
| tree | c8e91eaabd49dcfd62c4f064a3fce8dea26a6195 /lib | |
| parent | 293540b429e9abc33bd6e5a1f6cf0061d91cfd1c (diff) | |
prepare release 5.5.6
Diffstat (limited to 'lib')
| -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 f16e03d..d6710eb 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.5'; +$SOFTWARE_VERSION = '5.5.6'; // Store startup time $STUDIP_STARTUP_TIME = microtime(true); |
