From f75161e940c9c5acaaef326620227bfaa2464de4 Mon Sep 17 00:00:00 2001 From: Jan-Hendrik Willms <tleilax+github@gmail.com> Date: Fri, 15 Mar 2024 12:34:34 +0100 Subject: [PATCH] adjust version number, re #3804 --- lib/bootstrap.php | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/bootstrap.php b/lib/bootstrap.php index 42c4f418e49..c9f51036020 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 edaea4ad305..b1a57edae49 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": { -- GitLab