From 919bb1cee0fabfe2231aa91475889716dd239adf Mon Sep 17 00:00:00 2001 From: Ivan Chen Date: Sat, 7 Jan 2023 00:28:32 -0500 Subject: [PATCH] Update StuyLib Version --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"