diff options
| author | Stefan Suchi <suchi@data-quest.de> | 2023-07-14 15:51:51 +0000 |
|---|---|---|
| committer | Stefan Suchi <suchi@data-quest.de> | 2023-07-14 15:51:51 +0000 |
| commit | 264e7c73cfae9e3f93fbdacb874c5e5d1223f0d7 (patch) | |
| tree | 14d0445cd63d0a8a3eb37d1a346f8a236634f4fd | |
| parent | 1f66a74dabbc0172dc3c48228e0aeebea113e260 (diff) | |
prepare release 5.1.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 77bcca1..4e7ee64 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.3'; +$SOFTWARE_VERSION = '5.1.4'; // Store startup time $STUDIP_STARTUP_TIME = microtime(true); |
