diff --git a/build.gradle b/build.gradle index baaa44e..0b4c171 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 = '2023-SNAPSHOT' +final String STUYLIB_VERSION = 'v2023.1.1' def ROBOT_MAIN_CLASS = "com.stuypulse.robot.Main"