diff options
| author | Stefan Suchi <suchi@data-quest.de> | 2023-03-10 20:09:05 +0000 |
|---|---|---|
| committer | Stefan Suchi <suchi@data-quest.de> | 2023-03-10 20:09:05 +0000 |
| commit | d1da6542c5da37a4d6db714179a514fac194c305 (patch) | |
| tree | 9dd9d6c2e70052975892bfd5aba7d31cfcc6e91b | |
| parent | 59cb60f47e7f07c832c03ccf94b91f6c7357480f (diff) | |
prepare release 5.0.4
| -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 862a1d0..9ad572e 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.3'; +$SOFTWARE_VERSION = '5.0.4'; // Store startup time $STUDIP_STARTUP_TIME = microtime(true); |
