summaryrefslogtreecommitdiffstats
path: root/version.php
diff options
context:
space:
mode:
authorChristopher Ng <chrng8@gmail.com>2021-12-13 19:54:25 +0000
committerChristopher Ng <chrng8@gmail.com>2021-12-15 19:30:15 +0000
commit7479edbc1e8c6cdef45c0cd936f4330303d51c25 (patch)
tree1d1af885671acc5a5b75f0bd4c4773cfe24a2fda /version.php
parentc4149aa8edabea776f7c6a71f2f315ec9382b890 (diff)
downloadnextcloud-server-7479edbc1e8c6cdef45c0cd936f4330303d51c25.tar.gz
nextcloud-server-7479edbc1e8c6cdef45c0cd936f4330303d51c25.zip
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 5340526980a..566b44d0b38 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 = [23, 0, 0, 11];
+$OC_Version = [23, 0, 0, 12];
// The human readable string
$OC_VersionString = '23.0.0';