Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
audreypj authored Dec 4, 2024
1 parent dfae88e commit 6d58a3f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions BuildConstants.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
package frc.robot;

/** Automatically generated file containing build version information. */
public final class BuildConstants {
public static final String MAVEN_GROUP = "";
public static final String MAVEN_NAME = "2024-offseason";
public static final String VERSION = "unspecified";
public static final int GIT_REVISION = 35;
public static final String GIT_SHA = "7c211afb2cc829c1dd78c4704d65b97fb64616d8";
public static final String GIT_DATE = "2024-11-18 00:26:33 PST";
public static final String GIT_BRANCH = "dev";
public static final String BUILD_DATE = "2024-11-21 16:27:34 PST";
public static final long BUILD_UNIX_TIME = 1732235254679L;
public static final int DIRTY = 1;

private BuildConstants() {}
}

0 comments on commit 6d58a3f

Please sign in to comment.