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 1292601 commit 34634f1Copy full SHA for 34634f1
src/Loader.php
@@ -8,7 +8,7 @@
8
* License: GNU/GPLv2
9
* @see LICENSE.txt
10
*
11
- * This file: The loader (last modified: 2022.09.26).
+ * This file: The loader (last modified: 2022.11.22).
12
*/
13
14
namespace phpMussel\Core;
@@ -88,7 +88,7 @@ class Loader
88
/**
89
* @var string phpMussel version number (SemVer).
90
91
- public $ScriptVersion = '3.3.2';
+ public $ScriptVersion = '3.3.3';
92
93
94
* @var string phpMussel version identifier (complete notation).
0 commit comments