diff options
| author | Stefan Suchi <suchi@data-quest.de> | 2022-11-18 14:26:31 +0000 |
|---|---|---|
| committer | Stefan Suchi <suchi@data-quest.de> | 2022-11-18 14:26:31 +0000 |
| commit | 0fe4756500f6e4d19c773db96967aac0af35ba03 (patch) | |
| tree | ae01faafa15e04392cba2e24f419f9c4d95b3d4c | |
| parent | a23804d774d5ecb28e6f0a79d978d575a3203f2b (diff) | |
prepare release 5.1.1
| -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 7ddef73..9dcaabe 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'; +$SOFTWARE_VERSION = '5.1.1'; // Store startup time $STUDIP_STARTUP_TIME = microtime(true); |
