Skip to content

Commit

Permalink
chore: set Version.isStable to false
Browse files Browse the repository at this point in the history
  • Loading branch information
cinit committed Sep 4, 2023
1 parent 1472162 commit fd22cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Version.kt
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ object Version {
val officialVersionName = "10.0.4"

@JvmStatic
val isStable = true
val isStable = false
}

0 comments on commit fd22cac

Please sign in to comment.