diff options
author | Christopher Ng <chrng8@gmail.com> | 2021-12-03 20:02:03 +0000 |
---|---|---|
committer | Christopher Ng <chrng8@gmail.com> | 2021-12-03 20:29:53 +0000 |
commit | e224401a62f78466d38852c7765dc0811133e268 (patch) | |
tree | e031a96e16910ae5d0ae4d88980b6d64d341b896 /version.php | |
parent | dcec9fef736a2424dd08b5bf6feb416203eb4264 (diff) | |
download | nextcloud-server-e224401a62f78466d38852c7765dc0811133e268.tar.gz nextcloud-server-e224401a62f78466d38852c7765dc0811133e268.zip |
Fix relation "user_id" already exists migration error
Signed-off-by: Christopher Ng <chrng8@gmail.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 e9e301b7375..4978182ae76 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, 0]; +$OC_Version = [24, 0, 0, 1]; // The human readable string $OC_VersionString = '24.0.0 dev'; |