diff options
| author | Stefan Suchi <suchi@data-quest.de> | 2022-12-29 13:22:43 +0000 |
|---|---|---|
| committer | Stefan Suchi <suchi@data-quest.de> | 2022-12-29 13:22:43 +0000 |
| commit | 95cb8b7261a6b845b55ce80256a9b2a6d2da533f (patch) | |
| tree | da7f9b1152bc1959da7ebe216b79c12b2edbc1eb /lib/bootstrap.php | |
| parent | a66e2bee39f4425c580ef90d788167056625cbd2 (diff) | |
Update VERSION
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 fcc1f48..d1d84b1 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.2.alpha-svn'; +$SOFTWARE_VERSION = '5.3.alpha-svn'; // Store startup time $STUDIP_STARTUP_TIME = microtime(true); |
