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-27 20:02:12 -07:00
|
|
|
public static final String MAVEN_NAME = "2026KPopRobotHunters";
|
2025-11-18 15:39:59 -08:00
|
|
|
public static final String VERSION = "unspecified";
|
2026-03-07 20:08:15 -07:00
|
|
|
public static final int GIT_REVISION = 146;
|
|
|
|
|
public static final String GIT_SHA = "0ce384a9402300fbc7b2c1b609c507284c5caa3c";
|
|
|
|
|
public static final String GIT_DATE = "2026-03-06 22:52:06 MST";
|
2026-03-06 22:52:06 -07:00
|
|
|
public static final String GIT_BRANCH = "PikesPeak";
|
2026-03-07 20:08:15 -07:00
|
|
|
public static final String BUILD_DATE = "2026-03-07 15:12:09 MST";
|
|
|
|
|
public static final long BUILD_UNIX_TIME = 1772921529065L;
|
2026-03-05 17:22:50 -07:00
|
|
|
public static final int DIRTY = 1;
|
2025-11-18 15:39:59 -08:00
|
|
|
|
|
|
|
|
private BuildConstants(){}
|
|
|
|
|
}
|