Skip to content

Commit

Permalink
chore: Update version to uefi-202401.0
Browse files Browse the repository at this point in the history
Signed-off-by: Jake Garver <[email protected]>
  • Loading branch information
jgarver committed Jan 9, 2024
1 parent d19dbbf commit d8a952c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Silicon/NVIDIA/edk2nv/stuart/settings.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (c) Microsoft Corporation.
# SPDX-FileCopyrightText: Copyright (c) 2021-2023 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-FileCopyrightText: Copyright (c) 2021-2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
#
# SPDX-License-Identifier: BSD-2-Clause-Patent

Expand Down Expand Up @@ -214,7 +214,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 "202312.0"
return "202401.0"

def GetFirmwareVersion(self):
''' Return the firmware version as a string.
Expand Down

0 comments on commit d8a952c

Please sign in to comment.