Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

Commit

Permalink
Fix GrpcValueUtil#toValue where Integer can't be casted to Double
Browse files Browse the repository at this point in the history
  • Loading branch information
auguwu committed Dec 4, 2022
1 parent 9f6d355 commit 5a9be90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ package org.noelware.analytics.gradle
import dev.floofy.utils.gradle.*
import org.gradle.api.JavaVersion

val VERSION = Version(0, 1, 0, 0, ReleaseType.Beta)
val VERSION = Version(0, 1, 1, 0, ReleaseType.Beta)
val JAVA_VERSION = JavaVersion.VERSION_17

0 comments on commit 5a9be90

Please sign in to comment.