Merge pull request #3023 from zeruth/master

project: fix rlVersion
This commit is contained in:
Owain van Brakel
2021-08-12 05:33:28 +02:00
committed by GitHub

View File

@@ -25,7 +25,7 @@
object ProjectVersions {
const val launcherVersion = "2.2.0"
const val rlVersion = "1.7.20-SNAPSHOT"
const val rlVersion = "1.7.19"
const val openosrsVersion = "4.9.10"