Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
fix(version): test release process run
Browse files Browse the repository at this point in the history
set next major release to check if automated replacing in ispapidpi.php is correctly working on next run.

BREAKING CHANGE: trigger next major release as we need to come over v2.4
  • Loading branch information
KaiSchwarz-cnic committed Oct 11, 2018
1 parent a8bfe75 commit 12742d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ispapidpi.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
use WHMCS\Database\Capsule;

session_start();
$module_version = "1.0.0";
$module_version = "3.0.0";

function ispapidpi_config()
{
Expand Down

0 comments on commit 12742d6

Please sign in to comment.