Skip to content

Commit

Permalink
(v1.2.4) version bump core file
Browse files Browse the repository at this point in the history
  • Loading branch information
lsthompson authored May 19, 2024
1 parent 0ab97dc commit b98fc9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/addons/pvewhmcs/pvewhmcs.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function pvewhmcs_config() {
$configarray = array(
"name" => "Proxmox VE for WHMCS",
"description" => "Proxmox VE (Virtual Environment) & WHMCS, integrated & open-source! Provisioning & Management of VMs/CTs.".is_pvewhmcs_outdated(),
"version" => "1.2.3",
"version" => "1.2.4",
"author" => "The Network Crew Pty Ltd",
'language' => 'English'
);
Expand All @@ -44,7 +44,7 @@ function pvewhmcs_config() {

// VERSION: also stored in repo/version (for update-available checker)
function pvewhmcs_version(){
return "1.2.3";
return "1.2.4";
}

// WHMCS MODULE: ACTIVATION of the ADDON MODULE
Expand Down

0 comments on commit b98fc9f

Please sign in to comment.