Skip to content

Commit

Permalink
Merge pull request #59 from dank/update-0.12.7.9018
Browse files Browse the repository at this point in the history
Update game versions
  • Loading branch information
dank authored Oct 2, 2020
2 parents 341e446 + cb5e1b0 commit 04ff1a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 04ff1a2

Please sign in to comment.