Skip to content

Commit 9b78d19

Browse files
authored
prepare patch release 0.50.1 (#4087)
This PR prepares for the cherry-picked `0.50.1` patch release, which will include: #4081 #4082 #4083 These commits will be cherry-picked to the branch `release-0.50`
1 parent b9804c3 commit 9b78d19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module(
22
name = "rules_go",
3-
version = "0.50.0",
3+
version = "0.50.1",
44
compatibility_level = 0,
55
repo_name = "io_bazel_rules_go",
66
)

go/def.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ TOOLS_NOGO = [str(Label(l)) for l in _TOOLS_NOGO]
125125

126126
# Current version or next version to be tagged. Gazelle and other tools may
127127
# check this to determine compatibility.
128-
RULES_GO_VERSION = "0.50.0"
128+
RULES_GO_VERSION = "0.50.1"
129129

130130
go_context = _go_context
131131
gomock = _gomock

0 commit comments

Comments
 (0)