Skip to content

Commit 87ff1a1

Browse files
committed
Increment ScriptVersion.
1 parent c3dd058 commit 87ff1a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Loader.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* License: GNU/GPLv2
99
* @see LICENSE.txt
1010
*
11-
* This file: The loader (last modified: 2023.12.12).
11+
* This file: The loader (last modified: 2024.01.05).
1212
*/
1313

1414
namespace phpMussel\Core;
@@ -93,7 +93,7 @@ class Loader
9393
/**
9494
* @var string phpMussel version number (SemVer).
9595
*/
96-
public $ScriptVersion = '3.4.2';
96+
public $ScriptVersion = '3.5.0';
9797

9898
/**
9999
* @var string phpMussel version identifier (complete notation).

0 commit comments

Comments
 (0)