We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cb54aa commit c1bf887Copy full SHA for c1bf887
src/Loader.php
@@ -8,7 +8,7 @@
8
* License: GNU/GPLv2
9
* @see LICENSE.txt
10
*
11
- * This file: The loader (last modified: 2025.03.24).
+ * This file: The loader (last modified: 2025.06.10).
12
*/
13
14
namespace phpMussel\Core;
@@ -98,7 +98,7 @@ class Loader
98
/**
99
* @var string phpMussel version number (SemVer).
100
101
- public $ScriptVersion = '3.6.1';
+ public $ScriptVersion = '3.6.2';
102
103
104
* @var string phpMussel version identifier (complete notation).
0 commit comments