Skip to content

Commit

Permalink
prepare release 0.40.0 (#3598)
Browse files Browse the repository at this point in the history
Co-authored-by: Zhongpeng Lin <zplin@uber.com>
  • Loading branch information
JamyDev and linzhp committed Jun 22, 2023
1 parent 7c89fba commit 0d75214
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module(
name = "rules_go",
version = "0.39.1",
version = "0.40.0",
compatibility_level = 0,
repo_name = "io_bazel_rules_go",
)
Expand Down
2 changes: 1 addition & 1 deletion go/def.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ TOOLS_NOGO = [

# Current version or next version to be tagged. Gazelle and other tools may
# check this to determine compatibility.
RULES_GO_VERSION = "0.39.1"
RULES_GO_VERSION = "0.40.0"

go_context = _go_context
go_embed_data = _go_embed_data
Expand Down

0 comments on commit 0d75214

Please sign in to comment.