diff options
author | Julius Härtl <jus@bitgrid.net> | 2022-01-03 11:17:28 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2022-01-18 14:01:24 +0100 |
commit | 99b2cf8339f2064d643e8635104f0a79da2eb98a (patch) | |
tree | 3cf8d775dd71ded324856b4f4743209fe26c512c /version.php | |
parent | a7eefa293e4735ab9f249f9d12ced3e70823da35 (diff) | |
download | nextcloud-server-99b2cf8339f2064d643e8635104f0a79da2eb98a.tar.gz nextcloud-server-99b2cf8339f2064d643e8635104f0a79da2eb98a.zip |
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.php | 2 |
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'; |