diff --git a/robotpy_installer/installer.py b/robotpy_installer/installer.py index 397979b..caed290 100755 --- a/robotpy_installer/installer.py +++ b/robotpy_installer/installer.py @@ -29,10 +29,12 @@ _ROBORIO_IMAGES = [ "2025_v1.0", + "2025_v1.1", ] _ROBORIO2_IMAGES = [ "2025_v1.0", + "2025_v1.1", ] _ROBOTPY_PYTHON_PLATFORM = "linux_roborio"