diff options
author | skjnldsv <skjnldsv@protonmail.com> | 2024-10-18 08:39:15 +0200 |
---|---|---|
committer | skjnldsv <skjnldsv@protonmail.com> | 2024-10-29 09:08:30 +0100 |
commit | 0893d4b4d265a2f4ade08902cdc8abfc07975307 (patch) | |
tree | 1d3426a103de657e2897ac7271cbb97881a4a516 /version.php | |
parent | 405a267408603f0257da2451d515a47c4b42e5cf (diff) | |
download | nextcloud-server-0893d4b4d265a2f4ade08902cdc8abfc07975307.tar.gz nextcloud-server-0893d4b4d265a2f4ade08902cdc8abfc07975307.zip |
feat(core): add index to systemtag objecttype
Signed-off-by: skjnldsv <skjnldsv@protonmail.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 24c7289a98d..86f352a3a7d 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, 3]; +$OC_Version = [31, 0, 0, 4]; // The human-readable string $OC_VersionString = '31.0.0 dev'; |