Skip to content

Commit e338375

Browse files
authored
Remove version from MODULE.bazel file (#48)
The version of module will be patched during workflow checks on Bazel registru side.
1 parent 1f1b1d1 commit e338375

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

MODULE.bazel

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,7 @@
1111
# SPDX-License-Identifier: Apache-2.0
1212
# *******************************************************************************
1313

14-
module(
15-
name = "score_bazel_cpp_toolchains",
16-
version = "0.4.0",
17-
compatibility_level = 0,
18-
)
14+
module(name = "score_bazel_cpp_toolchains")
1915

2016
# *******************************************************************************
2117
# Common useful functions and rules for Bazel

0 commit comments

Comments
 (0)