Skip to content

Commit

Permalink
Updated Panel version.
Browse files Browse the repository at this point in the history
  • Loading branch information
bia-pain-bache committed Oct 26, 2024
1 parent 7935c4b commit ef54ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const defaultHttpsPorts = ['443', '8443', '2053', '2083', '2087', '2096'];
let proxyIP = proxyIPs[Math.floor(Math.random() * proxyIPs.length)];
let dohURL = 'https://cloudflare-dns.com/dns-query';
let hashPassword;
let panelVersion = '2.7.2';
let panelVersion = '2.7.1';

export default {
/**
Expand Down

0 comments on commit ef54ffe

Please sign in to comment.