diff --git a/build.gradle b/build.gradle index 8667aa6..739cc3d 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ allprojects { // Set this to the latest version of StuyLib. // You can check here: https://github.com/StuyPulse/StuyLib/releases. -final String STUYLIB_VERSION = 'v2022.7.3' +final String STUYLIB_VERSION = 'v2022.8.0' def ROBOT_MAIN_CLASS = "com.stuypulse.robot.Main"