diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2025-03-19 12:41:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-19 12:41:08 +0100 |
commit | 8ab08221a0a2dcc616a60cbf01816262b5ed02d0 (patch) | |
tree | 5c6d6e29ef70dbf4fb0fc501b6eed741d6e97c85 /version.php | |
parent | e544647470e9cbfc4e59d3b516865f52425b359e (diff) | |
parent | cbc4bb60f24995a6af9a05d03e334da9ba638fb4 (diff) | |
download | nextcloud-server-31.0.2.tar.gz nextcloud-server-31.0.2.zip |
Merge pull request #51575 from nextcloud/release/31.0.2v31.0.2
31.0.2
Diffstat (limited to 'version.php')
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index bf355fefc3d..8dad87d49a1 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, 2, 0]; +$OC_Version = [31, 0, 2, 1]; // The human-readable string -$OC_VersionString = '31.0.2 RC1'; +$OC_VersionString = '31.0.2'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |