blob: f38d1b0b7213e8da6fffe4efdb6c53083ff5f719 [file] [log] [blame]
Brian Silverman8fce7482020-01-05 13:18:21 -08001package edu.wpi.first.wpilibj.util;
2
Maxwell Henderson80bec322024-01-09 15:48:44 -08003/**
Brian Silverman8fce7482020-01-05 13:18:21 -08004 * 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 */
Brian Silverman8fce7482020-01-05 13:18:21 -08007public final class WPILibVersion {
Maxwell Henderson80bec322024-01-09 15:48:44 -08008 /** The version number. */
Brian Silverman8fce7482020-01-05 13:18:21 -08009 public static final String Version = "${wpilib_version}";
Maxwell Henderson80bec322024-01-09 15:48:44 -080010
11 /** Utility class. */
12 private WPILibVersion() {}
Brian Silverman8fce7482020-01-05 13:18:21 -080013}