Skip to content

Commit

Permalink
chore: update cloudflared to 2023.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Dec 14, 2023
1 parent b4bd58d commit 90008ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cloudflared/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { tmpdir } from "node:os";
import path from "pathe";

export const CLOUDFLARED_VERSION =
process.env.CLOUDFLARED_VERSION || "2023.7.3";
process.env.CLOUDFLARED_VERSION || "2023.10.0";

export const RELEASE_BASE =
"https://github.com/cloudflare/cloudflared/releases/";
Expand Down

0 comments on commit 90008ca

Please sign in to comment.