From e954e4a5326667e36c37a917bec518c36350f4d1 Mon Sep 17 00:00:00 2001 From: Jaime Perez Crespo <jaime.perez@uninett.no> Date: Fri, 12 Feb 2016 11:06:26 +0100 Subject: [PATCH] Change version to final 1.14.0. --- 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 32a8da715..67680486e 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-rc1'; + return '1.14.0'; } -- GitLab