diff options
| author | Jan-Hendrik Willms <tleilax+github@gmail.com> | 2024-01-05 12:02:43 +0100 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+github@gmail.com> | 2024-01-05 12:02:56 +0100 |
| commit | 304241997ac8de6af372379ad35b230c4bb01c1f (patch) | |
| tree | 172139401e1cc604dce0d81277e0a9539880f2e1 /lib/bootstrap.php | |
| parent | 1eb58c143460343ec2a5cda7ef11d8cc39c07529 (diff) | |
increase stud.ip version, re #3614
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 418d6df..e546d05 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.4.alpha'; +$SOFTWARE_VERSION = '5.5.alpha'; // Store startup time $STUDIP_STARTUP_TIME = microtime(true); |
