Skip to content

Commit 1166a37

Browse files
committed
Update version files to 0.40.1
1 parent 29fdab5 commit 1166a37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MODULE.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module(
22
name = "rules_go",
3-
version = "0.40.0",
3+
version = "0.40.1",
44
compatibility_level = 0,
55
repo_name = "io_bazel_rules_go",
66
)

go/def.bzl

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ TOOLS_NOGO = [
123123

124124
# Current version or next version to be tagged. Gazelle and other tools may
125125
# check this to determine compatibility.
126-
RULES_GO_VERSION = "0.40.0"
126+
RULES_GO_VERSION = "0.40.1"
127127

128128
go_context = _go_context
129129
go_embed_data = _go_embed_data

0 commit comments

Comments
 (0)