diff options
| author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-05-20 18:48:10 +0200 |
|---|---|---|
| committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-05-20 18:48:10 +0200 |
| commit | d5585f83808a68fcee6ed2786980fd9e7825fb0c (patch) | |
| tree | 481e9a0d386aed6a6a5bcb6d5a8f0157ea1ac8e0 /build.gradle.kts | |
| parent | a8c52abd831accdd774456ca3ccdf8c3cfebe83c (diff) | |
| download | SkyHanni-d5585f83808a68fcee6ed2786980fd9e7825fb0c.tar.gz SkyHanni-d5585f83808a68fcee6ed2786980fd9e7825fb0c.tar.bz2 SkyHanni-d5585f83808a68fcee6ed2786980fd9e7825fb0c.zip | |
Version 0.25
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 edd0f29f3..423182c63 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -15,7 +15,7 @@ plugins { } group = "at.hannibal2.skyhanni" -version = "0.25.Beta.29" +version = "0.25" val gitHash by lazy { val baos = ByteArrayOutputStream() |
