Skip to content

Commit

Permalink
chore: Update release version to 202210.2
Browse files Browse the repository at this point in the history
Signed-off-by: Jake Garver <[email protected]>
  • Loading branch information
jgarver committed Jan 24, 2023
1 parent e3e3ff4 commit 26fc186
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Platform/NVIDIA/Jetson/PlatformBuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def GetActiveScopes(self):
return super().GetActiveScopes() + ["jetson"]

def GetFirmwareVersionBase(self):
return "202210.0"
return "202210.2"

def GetFirmwareVolume(self):
return "FV/UEFI_NS.Fv"
Expand Down
2 changes: 1 addition & 1 deletion Platform/NVIDIA/StandaloneMmOptee/PlatformBuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def GetName(self):
return "StandaloneMmOptee"

def GetFirmwareVersionBase(self):
return "202210.0"
return "202210.2"

def GetFirmwareVolume(self):
return "FV/UEFI_MM.Fv"
Expand Down

0 comments on commit 26fc186

Please sign in to comment.