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