Skip to content

Commit 3f33bc9

Browse files
committed
Fix languages not loading
- Issue was literally the whitespace at the end of the version bruh
1 parent eb57e40 commit 3f33bc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
alias(libs.plugins.kotlin.serialization) apply false
66
}
77
allprojects {
8-
version = "5.5.2 "
8+
version = "5.5.3"
99
group = "space.votebot"
1010

1111
repositories {

0 commit comments

Comments
 (0)