diff options
author | Maxence Lange <maxence@artificial-owl.com> | 2024-11-19 13:05:07 -0100 |
---|---|---|
committer | Côme Chilliet <91878298+come-nc@users.noreply.github.com> | 2024-11-19 16:57:20 +0100 |
commit | 4e5144cf4649280a25802700c57cde9510393a41 (patch) | |
tree | 86f537662f29bb2816c55e22cfa6e5e28ba09b9e /version.php | |
parent | a2590a44545264637c8c4eeb323ec0232147fd9c (diff) | |
download | nextcloud-server-4e5144cf4649280a25802700c57cde9510393a41.tar.gz nextcloud-server-4e5144cf4649280a25802700c57cde9510393a41.zip |
fix(userconfig): incrementing version to trigger migrationfix/47658/upgrade-version-3100005
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
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 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'; |