aboutsummaryrefslogtreecommitdiffstats
path: root/version.php
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2024-08-29 19:13:19 +0200
committerArthur Schiwon <blizzz@arthur-schiwon.de>2024-08-29 19:13:19 +0200
commit79b34aa816b36fee893c2cd56aa0f9f861141081 (patch)
tree18d600f932be6602a18d055e48d06fdd676b5801 /version.php
parent381e922085d6460ff45c2d76cb82de1393afb379 (diff)
downloadnextcloud-server-79b34aa816b36fee893c2cd56aa0f9f861141081.tar.gz
nextcloud-server-79b34aa816b36fee893c2cd56aa0f9f861141081.zip
build: bump version to force 32bit test
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'version.php')
-rw-r--r--version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.php b/version.php
index 856c0764327..e020e4f483a 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, 1];
+$OC_Version = [31, 0, 0, 2];
// The human-readable string
$OC_VersionString = '31.0.0 dev';