From 312c5117187f5d17c59dbdf20561351c4c7d009c Mon Sep 17 00:00:00 2001 From: Jaime Perez Crespo <jaime.perez@uninett.no> Date: Mon, 7 Mar 2016 14:10:25 +0100 Subject: [PATCH] Bump the version. --- lib/SimpleSAML/Configuration.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/SimpleSAML/Configuration.php b/lib/SimpleSAML/Configuration.php index 67680486e..d01465859 100644 --- a/lib/SimpleSAML/Configuration.php +++ b/lib/SimpleSAML/Configuration.php @@ -325,7 +325,7 @@ class SimpleSAML_Configuration */ public function getVersion() { - return '1.14.0'; + return '1.14.1'; } -- GitLab