2025-11-07 19:56:21 -05:00
|
|
|
package org.wpilib.system;
|
2018-04-29 13:29:07 -07:00
|
|
|
|
2024-01-04 08:38:06 -08:00
|
|
|
/**
|
2018-04-29 13:29:07 -07:00
|
|
|
* 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 {
|
2024-01-04 08:38:06 -08:00
|
|
|
/** The version number. */
|
2018-04-29 13:29:07 -07:00
|
|
|
public static final String Version = "${wpilib_version}";
|
2024-01-04 08:38:06 -08:00
|
|
|
|
|
|
|
|
/** Utility class. */
|
|
|
|
|
private WPILibVersion() {}
|
2018-04-29 13:29:07 -07:00
|
|
|
}
|