diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-04-29 17:36:41 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-04-29 17:36:41 +0200 |
commit | be3448faed6f60f28b0f8d27e72d3f2c3e7f55cf (patch) | |
tree | 9492d51d0333bcb67fa0315073e7de7c0dcda3d9 /build.gradle.kts | |
parent | 7aaf75ee3ab87e1739a55ca46cf75d90d91889bc (diff) | |
download | skyhanni-be3448faed6f60f28b0f8d27e72d3f2c3e7f55cf.tar.gz skyhanni-be3448faed6f60f28b0f8d27e72d3f2c3e7f55cf.tar.bz2 skyhanni-be3448faed6f60f28b0f8d27e72d3f2c3e7f55cf.zip |
Version 0.25 Beta 16
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 dc63a9ad3..56751ad38 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -15,7 +15,7 @@ plugins { } group = "at.hannibal2.skyhanni" -version = "0.25.Beta.15" +version = "0.25.Beta.16" val gitHash by lazy { val baos = ByteArrayOutputStream() |