Skip to content

Commit

Permalink
Allow Sugar 10
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarum-sugarcrm authored Apr 28, 2020
1 parent 09f11ca commit 84c5afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/pack.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

$packageID = "ProfessorM";
$packageLabel = "Professor M School for Gifted Coders";
$supportedVersionRegex = '((8|9)\..*|7\.(9|10|11)\..*)';
$supportedVersionRegex = '((8|9|10)\..*|7\.(9|10|11)\..*)';

/*
* Determine the version of the zip
Expand Down

0 comments on commit 84c5afa

Please sign in to comment.