diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-09-23 16:04:34 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-09-23 16:04:34 +0200 |
commit | 9d389f4cc68da32ba4b4ebcb817e22f8619e9526 (patch) | |
tree | ed7cdf28b0396a58616912e83cebbf358e052fb6 /build.gradle.kts | |
parent | d0cdd351c0e0b7d4212e9b9e77f5e87cd06d0757 (diff) | |
download | skyhanni-9d389f4cc68da32ba4b4ebcb817e22f8619e9526.tar.gz skyhanni-9d389f4cc68da32ba4b4ebcb817e22f8619e9526.tar.bz2 skyhanni-9d389f4cc68da32ba4b4ebcb817e22f8619e9526.zip |
0.20 Beta 22
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 f1f8057e4..59225627d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,7 +11,7 @@ plugins { } group = "at.hannibal2.skyhanni" -version = "0.20.Beta.21.1" +version = "0.20.Beta.22" // Toolchains: java { |