diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-06-13 00:14:24 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-06-13 00:14:24 +0200 |
commit | 998e3949a05487705dde719dd1d7b54609f50003 (patch) | |
tree | d1170eda9ebc01075e0e202c72907daaee3c2604 /build.gradle.kts | |
parent | c7e9e56d82fc90cfcbea268108ed20057fa671e2 (diff) | |
download | skyhanni-998e3949a05487705dde719dd1d7b54609f50003.tar.gz skyhanni-998e3949a05487705dde719dd1d7b54609f50003.tar.bz2 skyhanni-998e3949a05487705dde719dd1d7b54609f50003.zip |
Version 0.26 Beta 9
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 3b48bab11..9eea2dc7e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -16,7 +16,7 @@ plugins { } group = "at.hannibal2.skyhanni" -version = "0.26.Beta.8" +version = "0.26.Beta.9" val gitHash by lazy { val baos = ByteArrayOutputStream() |