diff --git a/extra/simplesamlphp.spec b/extra/simplesamlphp.spec
index 340a0cb6778d7c7c5f8fb829014c07ebc41404e1..5fc1cc977e7639a5c1d2350b570620ff06f39a16 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.17.4
+%define version   1.17.5
 %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 74bbda462a4cc798de7b2ec3d7bcba19266b446a..424272390542d1caf01ea64a6e3b41f7fcddceea 100644
--- a/lib/SimpleSAML/Configuration.php
+++ b/lib/SimpleSAML/Configuration.php
@@ -419,7 +419,7 @@ class Configuration implements Utils\ClearableState
      */
     public function getVersion()
     {
-        return '1.17.4';
+        return '1.17.5';
     }