From af5eda8e4189e3617ac0e9344cec946fdf5d0833 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Sat, 7 Sep 2024 11:42:29 +0200 Subject: Version 0.27 Beta 5 --- root.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'root.gradle.kts') diff --git a/root.gradle.kts b/root.gradle.kts index 5f050d25c..112dda370 100644 --- a/root.gradle.kts +++ b/root.gradle.kts @@ -12,7 +12,7 @@ plugins { allprojects { group = "at.hannibal2.skyhanni" - version = "0.27.Beta.4" + version = "0.27.Beta.5" } preprocess { -- cgit