From d0bde1969ae67f096bb35c28726c44a0aaf8874f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?= Date: Fri, 21 Aug 2026 08:08:22 +0200 Subject: [PATCH] Update josh-sync version --- src/josh.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,