From 320d1fa7038a9d045dec16f91100e10906adf5b0 Mon Sep 17 00:00:00 2001 From: Nikola Radakovic Date: Thu, 2 Apr 2026 11:30:24 +0200 Subject: [PATCH] Remove version from MODULE.bazel file The version of module will be patched during workflow checks on Bazel registru side. --- MODULE.bazel | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/MODULE.bazel b/MODULE.bazel index e33aa42..f8b23a9 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -11,11 +11,7 @@ # SPDX-License-Identifier: Apache-2.0 # ******************************************************************************* -module( - name = "score_bazel_cpp_toolchains", - version = "0.4.0", - compatibility_level = 0, -) +module(name = "score_bazel_cpp_toolchains") # ******************************************************************************* # Common useful functions and rules for Bazel