diff --git a/build.gradle b/build.gradle index fc3a188..3461fce 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 = 'v2023.3.3' +final String STUYLIB_VERSION = 'v2023.3.2' def ROBOT_MAIN_CLASS = "com.stuypulse.robot.Main"