[ci skip] Fix version inconsistency in README (#1517)

This commit is contained in:
CyberFlame
2024-05-26 18:01:50 +12:00
committed by GitHub
parent 692ff89bab
commit 7b850ef9b1

View File

@@ -80,7 +80,7 @@ repositories {
``` ```
```kotlin ```kotlin
dependencies { dependencies {
compileOnly("org.purpurmc.purpur:purpur-api:1.20.5-R0.1-SNAPSHOT") compileOnly("org.purpurmc.purpur:purpur-api:1.20.6-R0.1-SNAPSHOT")
} }
``` ```