2025-11-18 15:39:59 -08:00
|
|
|
package frc4388.robot.constants;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Automatically generated file containing build version information.
|
|
|
|
|
*/
|
|
|
|
|
public final class BuildConstants {
|
|
|
|
|
public static final String MAVEN_GROUP = "";
|
2026-02-19 18:55:00 -08:00
|
|
|
public static final String MAVEN_NAME = "2026KPopRobotHunters";
|
2025-11-18 15:39:59 -08:00
|
|
|
public static final String VERSION = "unspecified";
|
2026-02-24 18:43:16 -08:00
|
|
|
public static final int GIT_REVISION = 87;
|
|
|
|
|
public static final String GIT_SHA = "34a7ed050d2967603ebf12cd0bad0b7264aeae01";
|
|
|
|
|
public static final String GIT_DATE = "2026-02-24 17:49:26 MST";
|
2026-02-23 17:50:20 -08:00
|
|
|
public static final String GIT_BRANCH = "AutoTesting";
|
2026-02-24 18:43:16 -08:00
|
|
|
public static final String BUILD_DATE = "2026-02-24 18:48:38 MST";
|
|
|
|
|
public static final long BUILD_UNIX_TIME = 1771984118729L;
|
2026-02-14 10:55:51 -08:00
|
|
|
public static final int DIRTY = 1;
|
2025-11-18 15:39:59 -08:00
|
|
|
|
|
|
|
|
private BuildConstants(){}
|
|
|
|
|
}
|