From e9c9375e78192d96727ef1a0c202383289c0dd48 Mon Sep 17 00:00:00 2001 From: NotMyFault Date: Mon, 13 Dec 2021 13:35:37 +0100 Subject: [PATCH] build: Release 6.2.0 --- .github/ISSUE_TEMPLATE/bug_report.yml | 1 + build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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"