Files
allwpilib/wpilibj/src/generate/WPILibVersion.java.in
2018-04-29 13:29:07 -07:00

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}";
}