diff options
| author | Jan-Hendrik Willms <tleilax+github@gmail.com> | 2023-03-11 13:26:28 +0100 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+github@gmail.com> | 2023-03-11 13:26:28 +0100 |
| commit | c6aba678f64723f002512b48fa142d89bba47e9a (patch) | |
| tree | 0a3be0eebd25ea793e867af6134e146fc68d7f9c | |
| parent | a5e61415347569ea0d7abe2eed50729202db044d (diff) | |
adjust version numbers, re #2349
| -rw-r--r-- | VERSION | 2 | ||||
| -rw-r--r-- | lib/bootstrap.php | 2 | ||||
| -rw-r--r-- | package.json | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -1 +1 @@ -RELEASE 5.3.alpha-svn +RELEASE 5.4.alpha diff --git a/lib/bootstrap.php b/lib/bootstrap.php index d1d84b1..e286e93 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.3.alpha-svn'; +$SOFTWARE_VERSION = '5.4.alpha'; // Store startup time $STUDIP_STARTUP_TIME = microtime(true); diff --git a/package.json b/package.json index 8eb785f..bdd3865 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@studip/core", - "version": "5.0.0", + "version": "5.4.0", "description": "Stud.IP", "private": true, "scripts": { |
