diff options
| author | Stefan Suchi <suchi@data-quest.de> | 2025-09-23 14:03:25 +0000 |
|---|---|---|
| committer | Stefan Suchi <suchi@data-quest.de> | 2025-09-23 14:03:25 +0000 |
| commit | 3202dbf2f1b571a8e6763b9f614947e802a6bbf4 (patch) | |
| tree | 70d5b457412874566c5afaee40189417f53e3e67 | |
| parent | e3c9d6452be1ef81a8313474097411ca774e67fa (diff) | |
prepare release 5.4.10
| -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 d1d34ec..85c3757 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.4.9'; +$SOFTWARE_VERSION = '5.4.10'; // Store startup time $STUDIP_STARTUP_TIME = microtime(true); |
