Skip to content

Commit dc490c8

Browse files
drop module version (#341)
1 parent 30196bf commit dc490c8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

MODULE.bazel

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@
1111
# SPDX-License-Identifier: Apache-2.0
1212
# *******************************************************************************
1313

14+
# Versioning is handled by GitHub Releases.
15+
# Here we always keep "0.0.0" to indicate that.
1416
module(
1517
name = "score_docs_as_code",
16-
version = "2.3.0",
17-
compatibility_level = 2,
18+
version = "0.0.0",
1819
)
1920

2021
###############################################################################

0 commit comments

Comments
 (0)