Merge pull request #33219 from nextcloud/bump-version

Bump version
This commit is contained in:
Joas Schilling 2022-07-13 11:39:10 +02:00 committed by GitHub
commit 62fad0972d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
// when updating major/minor version number.
$OC_Version = [25, 0, 0, 3];
$OC_Version = [25, 0, 0, 4];
// The human readable string
$OC_VersionString = '25.0.0 dev';