diff options
| -rw-r--r-- | lib/bootstrap.php | 2 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 2 insertions, 2 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); diff --git a/package.json b/package.json index edaea4a..b1a57ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@studip/core", - "version": "5.4.0", + "version": "6.0.0", "description": "Stud.IP", "private": true, "scripts": { |
