From c74c4238cec5e773ee785ea12ff87f2e2d371be0 Mon Sep 17 00:00:00 2001 From: Benn Oshrin Date: Fri, 18 Apr 2025 10:27:00 -0400 Subject: [PATCH] Bump version to 5.1.0 --- app/config/VERSION | 2 +- app/src/Command/UpgradeCommand.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/config/VERSION b/app/config/VERSION index 0062ac971..831446cbd 100644 --- a/app/config/VERSION +++ b/app/config/VERSION @@ -1 +1 @@ -5.0.0 +5.1.0 diff --git a/app/src/Command/UpgradeCommand.php b/app/src/Command/UpgradeCommand.php index cd221e48f..e3edf9e84 100644 --- a/app/src/Command/UpgradeCommand.php +++ b/app/src/Command/UpgradeCommand.php @@ -287,7 +287,7 @@ protected function installMostlyStaticPages(int $coId) { /** * Validate the requested from and to versions. * - * @since COmanage Registry v0.9.4 + * @since COmanage Registry v5.1.0 * @param string $from "From" version (current database) * @param string $to "To" version (current codebase) * @return bool true if the requested range is valid