From d6f5797fb568726f34c8e48741776d81e4a2646b Mon Sep 17 00:00:00 2001 From: Joachim Fritschi Date: Tue, 3 May 2022 22:12:54 +0100 Subject: [PATCH] Updated versions for the 1.5.0 release. --- source/CAS.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/CAS.php b/source/CAS.php index 68417ce7..c30e22d0 100644 --- a/source/CAS.php +++ b/source/CAS.php @@ -57,7 +57,7 @@ /** * phpCAS version. accessible for the user by phpCAS::getVersion(). */ -define('PHPCAS_VERSION', '1.4.0+'); +define('PHPCAS_VERSION', '1.5.0'); /** * @addtogroup public