Skip to content

Commit

Permalink
Change all versions to always end on .1 patch
Browse files Browse the repository at this point in the history
  • Loading branch information
floh22 committed Nov 4, 2022
1 parent a1e6bb9 commit f264f73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions LeagueBroadcast/Common/Data/Provider/DataDragon.cs
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ private static async Task GetLatestGameVersion()
}
}
StringVersion localVersion = StringVersion.Parse(rawCDragVersionResponse.Split("+")[0]);
localVersion = StringVersion.Parse($"{localVersion.ToString(2)}.1");
version.localVersion = localVersion;
version.CDN = localVersion.ToString();
version.Champion = localVersion.ToString();
Expand Down

0 comments on commit f264f73

Please sign in to comment.