Brian Silverman | 8fce748 | 2020-01-05 13:18:21 -0800 | [diff] [blame^] | 1 | package edu.wpi.first.wpilibj.util; |
2 | |||||
3 | /* | ||||
4 | * Autogenerated file! Do not manually edit this file. This version is regenerated | ||||
5 | * any time the publish task is run, or when this file is deleted. | ||||
6 | */ | ||||
7 | |||||
8 | public final class WPILibVersion { | ||||
9 | public static final String Version = "${wpilib_version}"; | ||||
10 | } |