blob: f38d1b0b7213e8da6fffe4efdb6c53083ff5f719 [file] [log] [blame]
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 {
/** The version number. */
public static final String Version = "${wpilib_version}";
/** Utility class. */
private WPILibVersion() {}
}