diff options
| author | Stefan Suchi <suchi@data-quest.de> | 2024-06-17 14:16:59 +0000 |
|---|---|---|
| committer | Stefan Suchi <suchi@data-quest.de> | 2024-06-17 14:16:59 +0000 |
| commit | 0a0bc6c5e0d6a78a77a24cce04a9b9d4603e4b39 (patch) | |
| tree | 623dde1a6e94fcb80754942c07169fa49b73c939 | |
| parent | 3b681afba79f4ded827a4ec6717619df8390a4db (diff) | |
prepare release 5.1.9v5.1.9
| -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 c54afc2..93059db 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.1.8'; +$SOFTWARE_VERSION = '5.1.9'; // Store startup time $STUDIP_STARTUP_TIME = microtime(true); |
