diff --git a/sw/device/silicon_creator/rom_ext/defs.bzl b/sw/device/silicon_creator/rom_ext/defs.bzl index 65183d9fc9359..654efff7b456d 100644 --- a/sw/device/silicon_creator/rom_ext/defs.bzl +++ b/sw/device/silicon_creator/rom_ext/defs.bzl @@ -7,7 +7,7 @@ # because of how the bazel rule accepts attributes. ROM_EXT_VERSION = struct( MAJOR = "0", - MINOR = "1", + MINOR = "102", SECURITY = "0", )