diff --git a/src/josh.rs b/src/josh.rs index fb0a65b..1acfa02 100644 --- a/src/josh.rs +++ b/src/josh.rs @@ -8,7 +8,7 @@ use std::time::Duration; const JOSH_PORT: u16 = 42042; /// Version of `josh-proxy` that should be downloaded for the user. -const JOSH_VERSION: &str = "r26.07.19"; +const JOSH_VERSION: &str = "r26.07.28"; pub struct JoshProxy { path: PathBuf,