From 0bfa170cb975d3492fcdbfc5fa8b9dcd73cc22d5 Mon Sep 17 00:00:00 2001 From: Shikhar Date: Tue, 3 Mar 2026 00:07:07 -0700 Subject: [PATCH] Rename --- ...{HubCenter-Score-★.auto => ★HubCenter-Score.auto} | 0 ...ion-Score-★.auto => ★HubRight-Station-Score.auto} | 0 .../java/frc4388/robot/constants/BuildConstants.java | 12 ++++++------ 3 files changed, 6 insertions(+), 6 deletions(-) rename src/main/deploy/pathplanner/autos/{HubCenter-Score-★.auto => ★HubCenter-Score.auto} (100%) rename src/main/deploy/pathplanner/autos/{HubRight-Station-Score-★.auto => ★HubRight-Station-Score.auto} (100%) diff --git a/src/main/deploy/pathplanner/autos/HubCenter-Score-★.auto b/src/main/deploy/pathplanner/autos/★HubCenter-Score.auto similarity index 100% rename from src/main/deploy/pathplanner/autos/HubCenter-Score-★.auto rename to src/main/deploy/pathplanner/autos/★HubCenter-Score.auto diff --git a/src/main/deploy/pathplanner/autos/HubRight-Station-Score-★.auto b/src/main/deploy/pathplanner/autos/★HubRight-Station-Score.auto similarity index 100% rename from src/main/deploy/pathplanner/autos/HubRight-Station-Score-★.auto rename to src/main/deploy/pathplanner/autos/★HubRight-Station-Score.auto diff --git a/src/main/java/frc4388/robot/constants/BuildConstants.java b/src/main/java/frc4388/robot/constants/BuildConstants.java index 52ec61e..ab397c2 100644 --- a/src/main/java/frc4388/robot/constants/BuildConstants.java +++ b/src/main/java/frc4388/robot/constants/BuildConstants.java @@ -7,13 +7,13 @@ public final class BuildConstants { public static final String MAVEN_GROUP = ""; public static final String MAVEN_NAME = "2026KPopRobotHunters"; public static final String VERSION = "unspecified"; - public static final int GIT_REVISION = 130; - public static final String GIT_SHA = "7064364dc8a8efab27ad1991e4af6ce06a523de3"; - public static final String GIT_DATE = "2026-03-02 18:01:46 MST"; + public static final int GIT_REVISION = 131; + public static final String GIT_SHA = "8cca0f81d1e8b1c74308269bacdcbf0ee6c37d75"; + public static final String GIT_DATE = "2026-03-03 00:05:21 MST"; public static final String GIT_BRANCH = "shikhar-op-controls"; - public static final String BUILD_DATE = "2026-03-02 19:33:31 MST"; - public static final long BUILD_UNIX_TIME = 1772505211993L; - public static final int DIRTY = 1; + public static final String BUILD_DATE = "2026-03-03 00:06:32 MST"; + public static final long BUILD_UNIX_TIME = 1772521592376L; + public static final int DIRTY = 0; private BuildConstants(){} }