diff --git a/Silicon/NVIDIA/edk2nv/stuart/settings.py b/Silicon/NVIDIA/edk2nv/stuart/settings.py index 862e608372..d91eb94a87 100644 --- a/Silicon/NVIDIA/edk2nv/stuart/settings.py +++ b/Silicon/NVIDIA/edk2nv/stuart/settings.py @@ -192,7 +192,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 "202310.0" + return "202310.1" def GetFirmwareVersion(self): ''' Return the firmware version as a string.