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:
authorChristopher Ng <chrng8@gmail.com>2021-12-13 22:54:25 +0300
committerChristopher Ng <chrng8@gmail.com>2021-12-14 03:14:13 +0300
commitc85f78db698439263d3b69a546e27330779e68e4 (patch)
tree17971b55a527b4da21a692765d0b0d30172461fd /version.php
parentc85ab47a11aae0861316c8da7cd74bb558032e0c (diff)
Migrate profile_config id column to bigint
Signed-off-by: Christopher Ng <chrng8@gmail.com>
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 89609cf6dc7..4d3ff2ce855 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, 2];
+$OC_Version = [24, 0, 0, 3];
// The human readable string
$OC_VersionString = '24.0.0 dev';