aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+github@gmail.com>2024-03-15 12:34:34 +0100
committerJan-Hendrik Willms <tleilax+github@gmail.com>2024-03-15 12:34:34 +0100
commitf75161e940c9c5acaaef326620227bfaa2464de4 (patch)
tree4b639fe2aa44020e16a0ac71fb59defcb2d3e29a
parent6194556b48a11501158519661d227abc1fb6adab (diff)
adjust version number, re #3804
-rw-r--r--lib/bootstrap.php2
-rw-r--r--package.json2
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": {