Skip to content

Commit

Permalink
release #533 Upgrade to 2.0.83.
Browse files Browse the repository at this point in the history
  • Loading branch information
toastkidjp committed Dec 28, 2024
1 parent 0b7a7d0 commit d0db199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/property/Version.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package property
object Version {
private const val MAJOR = 2
private const val MIDDLE = 0
private const val MINOR = 82
private const val MINOR = 83

init {
if (MIDDLE >= 100 || MINOR >= 10_000) {
Expand Down

0 comments on commit d0db199

Please sign in to comment.