diff options
| author | Stefan Suchi <suchi@data-quest.de> | 2022-07-21 14:46:55 +0000 |
|---|---|---|
| committer | Stefan Suchi <suchi@data-quest.de> | 2022-07-21 14:46:55 +0000 |
| commit | 2b7ff1a8e43f4247a45d57090cbc333e30fc3982 (patch) | |
| tree | a1e576085b0809ced3bbf782fe922d801d383b00 | |
| parent | 983cc8399e915910c28c79d27400887431731ab3 (diff) | |
Update version numberv5.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 608f929..da363a0 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.alpha-svn'; +$SOFTWARE_VERSION = '5.1'; // Store startup time $STUDIP_STARTUP_TIME = microtime(true); |
