diff options
| author | Jan-Hendrik Willms <tleilax+github@gmail.com> | 2024-03-15 12:34:34 +0100 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+github@gmail.com> | 2024-03-15 12:34:34 +0100 |
| commit | f75161e940c9c5acaaef326620227bfaa2464de4 (patch) | |
| tree | 4b639fe2aa44020e16a0ac71fb59defcb2d3e29a /lib/bootstrap.php | |
| parent | 6194556b48a11501158519661d227abc1fb6adab (diff) | |
adjust version number, re #3804
Diffstat (limited to 'lib/bootstrap.php')
| -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 42c4f41..c9f5103 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.5.alpha'; +$SOFTWARE_VERSION = '6.0.alpha'; // Store startup time $STUDIP_STARTUP_TIME = microtime(true); |
