From 902d2f2dca70b483fef959febea763d861e93c3e Mon Sep 17 00:00:00 2001 From: Juergen Weigert Date: Wed, 13 Dec 2023 17:51:44 +0100 Subject: [PATCH] build: bump version to final --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index dae3d3eb8f5d..44069076a907 100644 --- a/version.php +++ b/version.php @@ -25,10 +25,10 @@ // We only can count up. The 4. digit is only for the internal patchlevel to trigger DB upgrades // between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel // when updating major/minor version number. -$OC_Version = [10, 13, 4, 0]; +$OC_Version = [10, 13, 4, 1]; // The human-readable string -$OC_VersionString = '10.13.4 RC 1'; +$OC_VersionString = '10.13.4'; $OC_VersionCanBeUpgradedFrom = [[8, 2, 11],[9, 0, 9],[9, 1]];