diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-03-08 04:41:19 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-03-08 04:41:19 +0100 |
commit | b62cdfa295248ec3a9a236db0e2bea6441208f21 (patch) | |
tree | 2af22bef2126694880ed2a2fe7e52c96ac0a008f /build.gradle.kts | |
parent | ea6e6f286ec92245c5ef5367b40e0aad5881963a (diff) | |
download | skyhanni-b62cdfa295248ec3a9a236db0e2bea6441208f21.tar.gz skyhanni-b62cdfa295248ec3a9a236db0e2bea6441208f21.tar.bz2 skyhanni-b62cdfa295248ec3a9a236db0e2bea6441208f21.zip |
0.17.Beta.6
Diffstat (limited to 'build.gradle.kts')
-rw-r--r-- | build.gradle.kts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index c38cb9394..3a61edef1 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -10,7 +10,7 @@ plugins { } group = "at.hannibal2.skyhanni" -version = "0.17.Beta.5" +version = "0.17.Beta.6" // Toolchains: java { |