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-03 17:06:32 -08:00
|
|
|
public static final int GIT_REVISION = 32;
|
|
|
|
|
public static final String GIT_SHA = "7b46b7a1a30820e2e754c8b8335bd4207dcddf77";
|
|
|
|
|
public static final String GIT_DATE = "2026-02-03 17:36:09 MST";
|
2026-01-29 16:59:53 -07:00
|
|
|
public static final String GIT_BRANCH = "Subsystem-Boilerplate";
|
2026-02-03 17:06:32 -08:00
|
|
|
public static final String BUILD_DATE = "2026-02-03 18:04:39 MST";
|
|
|
|
|
public static final long BUILD_UNIX_TIME = 1770167079826L;
|
2026-01-29 19:30:50 -07:00
|
|
|
public static final int DIRTY = 1;
|
2025-11-18 15:39:59 -08:00
|
|
|
|
|
|
|
|
private BuildConstants(){}
|
|
|
|
|
}
|