aboutsummaryrefslogtreecommitdiff
path: root/build.gradle.kts
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2024-03-11 18:49:25 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2024-03-11 18:49:25 +0100
commit9f1ba8207e8ae14da50058eeaaf0eb750b530dfa (patch)
treeef9c8d82fbed5ab304e19e999b400e6f61cf4084 /build.gradle.kts
parent25f3a0fb99e3adee364f34cb2580440025417768 (diff)
downloadskyhanni-9f1ba8207e8ae14da50058eeaaf0eb750b530dfa.tar.gz
skyhanni-9f1ba8207e8ae14da50058eeaaf0eb750b530dfa.tar.bz2
skyhanni-9f1ba8207e8ae14da50058eeaaf0eb750b530dfa.zip
Version 0.24 Beta 10
Diffstat (limited to 'build.gradle.kts')
-rw-r--r--build.gradle.kts2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle.kts b/build.gradle.kts
index cfa20dc75..455ebe7e3 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -15,7 +15,7 @@ plugins {
}
group = "at.hannibal2.skyhanni"
-version = "0.24.Beta.9"
+version = "0.24.Beta.10"
val gitHash by lazy {
val baos = ByteArrayOutputStream()