From 1f9ce0a7197044f98aaa66ad0d6ae7f65add2a86 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jaime=20Pe=CC=81rez=20Crespo?= <jaime.perez@uninett.no>
Date: Mon, 9 Dec 2019 16:46:29 +0100
Subject: [PATCH] Bump version
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Jaime Pérez Crespo <jaime.perez@uninett.no>
---
 extra/simplesamlphp.spec         | 2 +-
 lib/SimpleSAML/Configuration.php | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/extra/simplesamlphp.spec b/extra/simplesamlphp.spec
index 543d0c8ec..88ddf042c 100644
--- a/extra/simplesamlphp.spec
+++ b/extra/simplesamlphp.spec
@@ -1,6 +1,6 @@
 %define name      simplesamlphp
 %define summary   SAML IDP/SP written in PHP
-%define version   1.18.2
+%define version   1.18.3
 %define release   1
 %define license   LGPL 2.1
 %define group     Networking/WWW
diff --git a/lib/SimpleSAML/Configuration.php b/lib/SimpleSAML/Configuration.php
index 9759d64f9..c2df9a64c 100644
--- a/lib/SimpleSAML/Configuration.php
+++ b/lib/SimpleSAML/Configuration.php
@@ -426,7 +426,7 @@ class Configuration implements Utils\ClearableState
      */
     public function getVersion()
     {
-        return '1.18.2';
+        return '1.18.3';
     }
 
 
-- 
GitLab