diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 27a44fc59..2fc4b05e8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -27,6 +27,7 @@ body: description: Which server version version you using? If your server version is not listed, it is not supported. Update to a supported version first. multiple: false options: + - '1.18.1' - '1.18' - '1.17.1' - '1.16.5' diff --git a/build.gradle.kts b/build.gradle.kts index f7974ad08..0a975cdb1 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -18,7 +18,7 @@ plugins { idea } -version = "6.1.5-SNAPSHOT" +version = "6.2.0" allprojects { group = "com.plotsquared"