diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2025-03-13 14:37:12 +0100 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2025-03-13 14:37:12 +0100 |
commit | 398f1db437a0112b8e707859d79788d908612916 (patch) | |
tree | 757ddb85daaef79cabc6a0dbe393be7151348cae | |
parent | 3bcecbdaec77ec78eacb9d32eaed12f27a156d6b (diff) | |
download | nextcloud-server-release/31.0.1.tar.gz nextcloud-server-release/31.0.1.zip |
build(hub): 31.0.1release/31.0.1
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index 45b0a7c63e4..7e6fad56765 100644 --- a/version.php +++ b/version.php @@ -9,10 +9,10 @@ // between betas, final and RCs. This is _not_ the public version number. Reset minor/patch level // when updating major/minor version number. -$OC_Version = [31, 0, 1, 1]; +$OC_Version = [31, 0, 1, 2]; // The human-readable string -$OC_VersionString = '31.0.1 RC2'; +$OC_VersionString = '31.0.1'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |