Skip to content

Commit

Permalink
Bump version to 19 after release
Browse files Browse the repository at this point in the history
  • Loading branch information
toddr committed Jan 9, 2024
1 parent 657c65d commit 06b3a93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions elevate-cpanel
Original file line number Diff line number Diff line change
Expand Up @@ -1701,7 +1701,7 @@ EOS
$self->{_yum_repos_unsupported_with_packages}->@*,
{
'name' => $current_repo_name,
'json_report' => Cpanel::JSON::Dump( { 'name' => $current_repo_name, 'path' => $path, 'packages' => \@installed_packages } )
'json_report' => Cpanel::JSON::canonical_dump( { 'name' => $current_repo_name, 'path' => $path, 'packages' => \@installed_packages } )
}
);
$status{'USE_RPMS_FROM_UNVETTED_REPO'} = 1;
Expand Down Expand Up @@ -4949,7 +4949,7 @@ use Elevate::SystemctlService ();
use Elevate::Usage ();

#<<V *** DO NOT EDIT THESE LINES MANUALLY ***
use constant VERSION => 18;
use constant VERSION => 19;
#>>V *** DO NOT EDIT THESE LINES MANUALLY ***

use constant CHKSRVD_SUSPEND_FILE => q[/var/run/chkservd.suspend];
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
19

0 comments on commit 06b3a93

Please sign in to comment.