From 2cf4ec863ab9aa59eb4ad0b5287ab8ab97360089 Mon Sep 17 00:00:00 2001
From: Tim van Dijen <tvdijen@gmail.com>
Date: Thu, 22 Sep 2022 08:38:05 +0200
Subject: [PATCH] Releasing version 2.0.0-rc2

---
 extra/simplesamlphp.spec         | 2 +-
 src/SimpleSAML/Configuration.php | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/extra/simplesamlphp.spec b/extra/simplesamlphp.spec
index 5599aab64..6819621ee 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   2.0.0-rc1
+%define version   2.0.0-rc2
 %define release   1
 %define license   LGPL 2.1
 %define group     Networking/WWW
diff --git a/src/SimpleSAML/Configuration.php b/src/SimpleSAML/Configuration.php
index 8e1876844..32aacfc6f 100644
--- a/src/SimpleSAML/Configuration.php
+++ b/src/SimpleSAML/Configuration.php
@@ -42,7 +42,7 @@ class Configuration implements Utils\ClearableState
     /**
      * The release version of this package
      */
-    public const VERSION = '2.0.0-rc1';
+    public const VERSION = '2.0.0-rc2';
 
     /**
      * A default value which means that the given option is required.
-- 
GitLab