From cb5e1b047dbe8837fb293012d0d6c1bb5539a4a8 Mon Sep 17 00:00:00 2001 From: Dan Kyung Date: Fri, 2 Oct 2020 19:55:01 -0400 Subject: [PATCH] Update game versions --- src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index f2ad8ff..9c42b20 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -30,8 +30,8 @@ use serde::de::DeserializeOwned; use serde::{Deserialize, Serialize}; use std::io::Read; -const GAME_VERSION: &str = "0.12.5.7295"; -const LAUNCHER_VERSION: &str = "10.1.0.1116"; +const GAME_VERSION: &str = "0.12.7.9018"; +const LAUNCHER_VERSION: &str = "10.2.0.1149"; const UNITY_VERSION: &str = "2018.4.13f1"; const LAUNCHER_ENDPOINT: &str = "https://launcher.escapefromtarkov.com";