001package edu.wpi.first.wpilibj.util;
002
003/**
004 * Autogenerated file! Do not manually edit this file. This version is regenerated
005 * any time the publish task is run, or when this file is deleted.
006 */
007public final class WPILibVersion {
008  /** The version number. */
009  public static final String Version = "2024.3.2-109-g8c420fa";
010
011  /** Utility class. */
012  private WPILibVersion() {}
013}