Skip to content

Commit

Permalink
Let the Publish to BCR app maintain the module version (#1944)
Browse files Browse the repository at this point in the history
**What type of PR is this?**

Other

**What package or component does this PR mostly affect?**

dev

**What does this PR do? Why is it needed?**

**Which issues(s) does this PR fix?**

Fixes #

**Other notes for review**
  • Loading branch information
fmeum authored Oct 2, 2024
1 parent 16ae43d commit 293a67e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module(
name = "gazelle",
version = "0.39.0",
# Updated by the Publish to BCR app.
version = "0.999.0",
repo_name = "bazel_gazelle",
)

Expand Down

0 comments on commit 293a67e

Please sign in to comment.