diff options
author | Joas Schilling <213943+nickvergessen@users.noreply.github.com> | 2024-11-19 19:20:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-19 19:20:29 +0100 |
commit | 72f45b2f94974d0aa4718a3f031fd7b135b32b05 (patch) | |
tree | 2c61b9d7102a067af1874f4bbfeceb643d3adfcb | |
parent | 9b11c4202f474d8cad13c78ee4515ab980a1017b (diff) | |
parent | 4e5144cf4649280a25802700c57cde9510393a41 (diff) | |
download | nextcloud-server-72f45b2f94974d0aa4718a3f031fd7b135b32b05.tar.gz nextcloud-server-72f45b2f94974d0aa4718a3f031fd7b135b32b05.zip |
Merge pull request #49376 from nextcloud/fix/47658/upgrade-version-3100005
fix(userconfig): incrementing version to trigger migration
-rw-r--r-- | version.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.php b/version.php index 86f352a3a7d..1b1c154f4a6 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, 4]; +$OC_Version = [31, 0, 0, 5]; // The human-readable string $OC_VersionString = '31.0.0 dev'; |