diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2024-08-29 19:13:19 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2024-08-29 19:13:19 +0200 |
commit | 79b34aa816b36fee893c2cd56aa0f9f861141081 (patch) | |
tree | 18d600f932be6602a18d055e48d06fdd676b5801 /version.php | |
parent | 381e922085d6460ff45c2d76cb82de1393afb379 (diff) | |
download | nextcloud-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.php | 2 |
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'; |