diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-10-26 20:01:22 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-10-26 20:01:22 +0200 |
commit | f050b3ed001106720c6d270b71106421f3113f7e (patch) | |
tree | f9cf5a4e36a88d9eb68f4b40338917edbd022cfe /build.gradle.kts | |
parent | 4e9e21f26844257eeb7de2280ca317a6a69f146c (diff) | |
download | skyhanni-f050b3ed001106720c6d270b71106421f3113f7e.tar.gz skyhanni-f050b3ed001106720c6d270b71106421f3113f7e.tar.bz2 skyhanni-f050b3ed001106720c6d270b71106421f3113f7e.zip |
code cleanup
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 646091481..bca19c4e1 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,7 +11,7 @@ plugins { } group = "at.hannibal2.skyhanni" -version = "0.21.Beta.11" +version = "0.21.Beta.12" // Toolchains: java { |