Skip to content

Commit

Permalink
Update APIConfig.php
Browse files Browse the repository at this point in the history
Version change
  • Loading branch information
sapillai authored Jun 2, 2023
1 parent eeba25e commit f74edc5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

class APIConfig
{
static public $moduleVersion = 'whmcs-5.6-REST';
static public $moduleVersion = 'whmcs-5.7.0-REST';
static public $supportedDnsTypes = array('A', 'AAAA', 'CAA', 'CNAME', 'MX', 'SPF', 'SSHFP', 'SRV', 'TLSA', 'TXT');
static public $dnsRecordTtl = 86400;
static public $dnsRecordPriority = 10;
Expand Down

0 comments on commit f74edc5

Please sign in to comment.