diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2025-02-24 21:42:00 +0100 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2025-02-24 21:42:00 +0100 |
commit | fd933f2f1b366fec8fe5df07b7f33a55fc42caef (patch) | |
tree | dc31a1c46ac6d2377d67169cac3fbc3c8e8cc774 | |
parent | 32760121913b98180be00dcba263eb7cff5efadc (diff) | |
download | nextcloud-server-release/31.0.0.tar.gz nextcloud-server-release/31.0.0.zip |
build(hub): 31.0.0release/31.0.0
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
-rw-r--r-- | version.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.php b/version.php index 39a589e7f68..bcd63b36b55 100644 --- a/version.php +++ b/version.php @@ -9,7 +9,7 @@ // 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, 0, 17]; +$OC_Version = [31, 0, 0, 18]; // The human-readable string $OC_VersionString = '31.0.0'; |