Skip to content

Commit

Permalink
release #533 Upgrade to 2.0.32.
Browse files Browse the repository at this point in the history
  • Loading branch information
toastkidjp committed Sep 10, 2022
1 parent a38c9be commit 0a76993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
buildscript {
final byte verMajor = 2
final byte verMiddle = 0
final byte verMinor = 31
final byte verMinor = 32

if (verMiddle >= 100 || verMinor >= 10_000) {
throw new IllegalStateException("Middle and Minor version value is allowed under 100.")
Expand Down

0 comments on commit 0a76993

Please sign in to comment.