Skip to content

Commit

Permalink
Update Checkers.cs
Browse files Browse the repository at this point in the history
* Changing checkers versioning back because still going to be one or more updates for 1.8
  • Loading branch information
Starwaster committed Mar 28, 2020
1 parent 17492a7 commit 7583c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/assembly/Checkers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public static bool IsCompatible()
// can expect a future update to be available.
//
if (Versioning.version_major != 1
|| Versioning.version_minor != 9) {
|| Versioning.version_minor != 8) {
return false;
}

Expand Down

0 comments on commit 7583c68

Please sign in to comment.