package org.wpilib.system; /** * 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() {} }