From 40c0769ce05a30c8172b36ceab11124375c8366e Mon Sep 17 00:00:00 2001 From: jfritschi Date: Sun, 18 Aug 2019 21:01:55 +0100 Subject: [PATCH] Updated versions for the 1.3.8 release. --- source/CAS.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/CAS.php b/source/CAS.php index 5d6f8818..343a3eb1 100644 --- a/source/CAS.php +++ b/source/CAS.php @@ -61,7 +61,7 @@ /** * phpCAS version. accessible for the user by phpCAS::getVersion(). */ -define('PHPCAS_VERSION', '1.3.7+'); +define('PHPCAS_VERSION', '1.3.8'); /** * @addtogroup public