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-01-13 18:17:37 -07:00
|
|
|
public static final String MAVEN_NAME = "2026KPopRobotHunters";
|
2025-11-18 15:39:59 -08:00
|
|
|
public static final String VERSION = "unspecified";
|
2026-02-10 17:33:39 -08:00
|
|
|
public static final int GIT_REVISION = 38;
|
|
|
|
|
public static final String GIT_SHA = "6ce6d0eb0b8faec5af448ec23ffca156303cbed5";
|
|
|
|
|
public static final String GIT_DATE = "2026-02-09 19:38:55 MST";
|
2026-02-09 16:03:48 -08:00
|
|
|
public static final String GIT_BRANCH = "arm-test";
|
2026-02-10 17:33:39 -08:00
|
|
|
public static final String BUILD_DATE = "2026-02-10 17:12:07 MST";
|
|
|
|
|
public static final long BUILD_UNIX_TIME = 1770768727439L;
|
2026-02-09 16:03:48 -08:00
|
|
|
public static final int DIRTY = 1;
|
2025-11-18 15:39:59 -08:00
|
|
|
|
|
|
|
|
private BuildConstants(){}
|
|
|
|
|
}
|