diff options
| author | Stefan Suchi <suchi@data-quest.de> | 2023-06-13 09:42:51 +0000 |
|---|---|---|
| committer | Stefan Suchi <suchi@data-quest.de> | 2023-06-13 09:42:51 +0000 |
| commit | ef48a2d3b9f0e8d82c9b529b91d9f25bc3c2701b (patch) | |
| tree | dd772276ad004ace75f57df383b0ee9b9f1ad054 | |
| parent | 9d36812a6914745cf9c4d18e270972e645cd6a24 (diff) | |
prepare release 5.1.3
| -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 21a2a6d..77bcca1 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.2'; +$SOFTWARE_VERSION = '5.1.3'; // Store startup time $STUDIP_STARTUP_TIME = microtime(true); |
