From f817c72a961484afef95ac64a9257c8e31f063b9 Mon Sep 17 00:00:00 2001 From: Joachim Fritschi Date: Mon, 31 Oct 2022 20:39:27 +0000 Subject: [PATCH] Updated versions for the 1.6.0 release. --- source/CAS.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/CAS.php b/source/CAS.php index e0a33a48..8243a83e 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.5.0+'); +define('PHPCAS_VERSION', '1.6.0'); /** * @addtogroup public