Skip to content

Commit

Permalink
Update vqmod.php
Browse files Browse the repository at this point in the history
  • Loading branch information
qphoria committed Apr 20, 2021
1 parent a8c77ad commit 7e4e1a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vqmod/vqmod.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @description Main Object used
*/
abstract class VQMod {
public static $_vqversion = '2.6.4'; // Current version number
public static $_vqversion = '2.6.6'; // Current version number

private static $_modFileList = array(); // Array of xml files
private static $_mods = array(); // Array of modifications to apply
Expand Down

0 comments on commit 7e4e1a3

Please sign in to comment.