Skip to content

Commit

Permalink
release #533 Upgrade to 2.0.77.
Browse files Browse the repository at this point in the history
  • Loading branch information
toastkidjp committed Nov 24, 2024
1 parent 6453c84 commit e7a9658
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 = 76
private const val MINOR = 77

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

0 comments on commit e7a9658

Please sign in to comment.