From 1e6cbd5fbb4345744e93d03827201d230572bb0a Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch>
Date: Mon, 28 Aug 2023 15:42:44 +0200
Subject: [PATCH] set version for output

---
 public_html/classes/redirect.class.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public_html/classes/redirect.class.php b/public_html/classes/redirect.class.php
index c04108a..3d9b385 100644
--- a/public_html/classes/redirect.class.php
+++ b/public_html/classes/redirect.class.php
@@ -39,7 +39,7 @@ class redirect {
 
     protected $bDebug = false;
     protected $sConfigDir = __DIR__ . '/../../config';
-    protected $sAbout = 'IML redirect <small>v1.4</small>';
+    protected $sAbout = 'IML redirect <small>v1.5</small>';
 
     protected $sHostname = false;
     protected $sRequest = false;
-- 
GitLab