From 93b8dc48b6199c0fd55035be109d126da193c7fa Mon Sep 17 00:00:00 2001 From: Barry O'Donovan Date: Wed, 2 Nov 2022 10:07:06 +0000 Subject: [PATCH] version bump to v6.3.0 --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index d1090e0d5..27aa45853 100644 --- a/version.php +++ b/version.php @@ -25,6 +25,6 @@ # Basic version information # -define( 'APPLICATION_VERSION', '6.2.0' ); -define( 'APPLICATION_VERDATE', '2021111400' ); +define( 'APPLICATION_VERSION', '6.3.0' ); +define( 'APPLICATION_VERDATE', '2022110200' );