diff --git a/Silicon/NVIDIA/edk2nv/stuart/settings.py b/Silicon/NVIDIA/edk2nv/stuart/settings.py index d997ac734e..910ee21094 100644 --- a/Silicon/NVIDIA/edk2nv/stuart/settings.py +++ b/Silicon/NVIDIA/edk2nv/stuart/settings.py @@ -217,7 +217,7 @@ def GetFirmwareVersionBase(self): The return from this method will be used as the prefix when setting BUILDID_STRING, unless the FIRMWARE_VERSION_BASE env is set. ''' - return "202402.0" + return "202402.1" def GetFirmwareVersion(self): ''' Return the firmware version as a string.