mirror of
https://github.com/Team4388/2026KPopRobotHunters.git
synced 2026-06-09 00:38:03 -06:00
20 lines
775 B
Java
20 lines
775 B
Java
package frc4388.robot.constants;
|
|
|
|
/**
|
|
* Automatically generated file containing build version information.
|
|
*/
|
|
public final class BuildConstants {
|
|
public static final String MAVEN_GROUP = "";
|
|
public static final String MAVEN_NAME = "2026KPopRobotHunters";
|
|
public static final String VERSION = "unspecified";
|
|
public static final int GIT_REVISION = 131;
|
|
public static final String GIT_SHA = "8cca0f81d1e8b1c74308269bacdcbf0ee6c37d75";
|
|
public static final String GIT_DATE = "2026-03-03 00:05:21 MST";
|
|
public static final String GIT_BRANCH = "shikhar-op-controls";
|
|
public static final String BUILD_DATE = "2026-03-03 00:06:32 MST";
|
|
public static final long BUILD_UNIX_TIME = 1772521592376L;
|
|
public static final int DIRTY = 0;
|
|
|
|
private BuildConstants(){}
|
|
}
|