diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2024-10-10 09:49:47 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2024-10-10 09:49:47 +0200 |
commit | 0c90860e97a6dc1ea4f68e91a0299a6419724d47 (patch) | |
tree | 8247f398f5c20bcf3a244db1cd2dcbcb84616ee3 | |
parent | bb4d0c7a2572b842da670721ce98bafbe79bc1a8 (diff) | |
download | nextcloud-server-0c90860e97a6dc1ea4f68e91a0299a6419724d47.tar.gz nextcloud-server-0c90860e97a6dc1ea4f68e91a0299a6419724d47.zip |
build(hub): 30.0.1 RC2release/30.0.1_rc2
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 513667045e4..69190675617 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 = [30, 0, 1, 0]; +$OC_Version = [30, 0, 1, 1]; // The human-readable string -$OC_VersionString = '30.0.1 RC1'; +$OC_VersionString = '30.0.1 RC2'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |