From b5b29102c3a42f570c4a3e852f3cf67cae6d6082 Mon Sep 17 00:00:00 2001 From: jfritschi Date: Mon, 22 Apr 2019 20:48:16 +0100 Subject: [PATCH] Updated versions for the 1.3.7 release. --- source/CAS.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/CAS.php b/source/CAS.php index dcd678d7..dd17a48e 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.6+'); +define('PHPCAS_VERSION', '1.3.7'); /** * @addtogroup public