Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2022-01-03 13:17:28 +0300
committerJoas Schilling <coding@schilljs.com>2022-01-18 16:01:24 +0300
commit99b2cf8339f2064d643e8635104f0a79da2eb98a (patch)
tree3cf8d775dd71ded324856b4f4743209fe26c512c /version.php
parenta7eefa293e4735ab9f249f9d12ced3e70823da35 (diff)
Add hashed attribute column for indexed job existence check
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'version.php')
-rw-r--r--version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.php b/version.php
index 4d3ff2ce855..5e5dd640db1 100644
--- a/version.php
+++ b/version.php
@@ -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 = [24, 0, 0, 3];
+$OC_Version = [24, 0, 0, 4];
// The human readable string
$OC_VersionString = '24.0.0 dev';