Author: Derick Rethans (derickr)
Date: 2025-09-15T10:29:46+01:00

Commit: 
https://github.com/php/web-wiki/commit/55cecbb6de80226d156daf89be461290c47209ad
Raw diff: 
https://github.com/php/web-wiki/commit/55cecbb6de80226d156daf89be461290c47209ad.diff

Update version number to make nag go away

Changed paths:
  M  dokuwiki/doku.php


Diff:

diff --git a/dokuwiki/doku.php b/dokuwiki/doku.php
index b2b58743..9f38781c 100644
--- a/dokuwiki/doku.php
+++ b/dokuwiki/doku.php
@@ -13,7 +13,7 @@
 use dokuwiki\Extension\Event;
 
 // update message version - always use a string to avoid localized floats!
-$updateVersion = "56.1";
+$updateVersion = "56.2";
 
 //  xdebug_start_profiling();
 

Reply via email to