mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-22 01:11:42 +00:00
11 lines
292 B
Java
11 lines
292 B
Java
package edu.wpi.first.wpilibj.util;
|
|
|
|
/*
|
|
* Autogenerated file! Do not manually edit this file. This version is regenerated
|
|
* any time the publish task is run, or when this file is deleted.
|
|
*/
|
|
|
|
public final class WPILibVersion {
|
|
public static final String Version = "${wpilib_version}";
|
|
}
|