diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 698e6fa1a8..8675426e02 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -1,6 +1,3 @@ -version-template: '$MAJOR.$MINOR.$PATCH.0' -name-template: 'v$NEXT_PATCH_VERSION' -tag-template: 'v$NEXT_PATCH_VERSION' exclude-labels: - 'skip-changelog' - 'automated-pull-request' diff --git a/buildSrc/src/main/kotlin/Dependencies.kt b/buildSrc/src/main/kotlin/Dependencies.kt index 68e55adbf6..218c97a7e5 100644 --- a/buildSrc/src/main/kotlin/Dependencies.kt +++ b/buildSrc/src/main/kotlin/Dependencies.kt @@ -25,9 +25,9 @@ object ProjectVersions { const val launcherVersion = "2.0.4" - const val rlVersion = "1.6.2" + const val rlVersion = "1.6.3-SNAPSHOT" - const val openosrsVersion = "2.1.21" + const val openosrsVersion = "2.1.22-SNAPSHOT" const val rsversion = 187 const val cacheversion = 165