diff options
| author | Stefan Suchi <suchi@data-quest.de> | 2023-06-13 08:08:45 +0000 |
|---|---|---|
| committer | Stefan Suchi <suchi@data-quest.de> | 2023-06-13 08:08:45 +0000 |
| commit | 93c33348d1f904b3c91791df77dd7b680e8921c1 (patch) | |
| tree | a03ac85cc4327c575ae88e9d319d7c849720650e | |
| parent | 43507d976e70090ee7101e0e2c18eda4fd20c9a3 (diff) | |
prepare release 5.0.5
| -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 9ad572e..8b82b60 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.0.4'; +$SOFTWARE_VERSION = '5.0.5'; // Store startup time $STUDIP_STARTUP_TIME = microtime(true); |
