diff options
| author | Stefan Suchi <suchi@data-quest.de> | 2023-03-10 21:56:55 +0000 |
|---|---|---|
| committer | Stefan Suchi <suchi@data-quest.de> | 2023-03-10 21:56:55 +0000 |
| commit | 7a465df351e581c38fed8d67c743ec84cea99f4f (patch) | |
| tree | 32528792849eecc4cdcbde163f1eea450eac799c | |
| parent | 94dca979ad2c3f98d588c329d3f790cb36b12977 (diff) | |
prepare release 5.1.2
| -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 9dcaabe..21a2a6d 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.1'; +$SOFTWARE_VERSION = '5.1.2'; // Store startup time $STUDIP_STARTUP_TIME = microtime(true); |
