We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 374dbef commit 209738bCopy full SHA for 209738b
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "plutonium-updater"
3
-version = "0.4.4"
+version = "0.4.5"
4
edition = "2021"
5
build = "res/build.rs"
6
src/args.rs
@@ -62,7 +62,7 @@ pub struct Args {
62
/// Override cdn url
63
#[clap(
64
long,
65
- default_value = "https://cdn.plutonium.pw/updater/prod/info.json"
+ default_value = "https://cdn.plutoniummod.com/updater/prod/info.json"
66
)]
67
pub cdn_url: String,
68
0 commit comments