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-11 15:18:12 -07:00
|
|
|
public static final String MAVEN_NAME = "2026KPopRobotHunters-new";
|
2025-11-18 15:39:59 -08:00
|
|
|
public static final String VERSION = "unspecified";
|
2026-02-11 15:18:12 -07:00
|
|
|
public static final int GIT_REVISION = 40;
|
|
|
|
|
public static final String GIT_SHA = "983b95fdc704ef35b6f5e2dada2c6348f3c67190";
|
|
|
|
|
public static final String GIT_DATE = "2026-02-10 19:42:47 MST";
|
|
|
|
|
public static final String GIT_BRANCH = "shoot-button";
|
|
|
|
|
public static final String BUILD_DATE = "2026-02-11 12:41:33 MST";
|
|
|
|
|
public static final long BUILD_UNIX_TIME = 1770838893524L;
|
|
|
|
|
public static final int DIRTY = 0;
|
2025-11-18 15:39:59 -08:00
|
|
|
|
|
|
|
|
private BuildConstants(){}
|
|
|
|
|
}
|