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 c3dd058 commit 87ff1a1Copy full SHA for 87ff1a1
src/Loader.php
@@ -8,7 +8,7 @@
8
* License: GNU/GPLv2
9
* @see LICENSE.txt
10
*
11
- * This file: The loader (last modified: 2023.12.12).
+ * This file: The loader (last modified: 2024.01.05).
12
*/
13
14
namespace phpMussel\Core;
@@ -93,7 +93,7 @@ class Loader
93
/**
94
* @var string phpMussel version number (SemVer).
95
96
- public $ScriptVersion = '3.4.2';
+ public $ScriptVersion = '3.5.0';
97
98
99
* @var string phpMussel version identifier (complete notation).
0 commit comments