From 9a94f27c8ce7d5a09fca4f26f91d17495f233200 Mon Sep 17 00:00:00 2001 From: anivanchen Date: Wed, 2 Nov 2022 20:05:52 -0700 Subject: [PATCH] Update stuylib version --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 739cc3d..5e23978 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.8.0' +final String STUYLIB_VERSION = 'v2022.8.1' def ROBOT_MAIN_CLASS = "com.stuypulse.robot.Main"