Skip to content

Commit 1e855e2

Browse files
committed
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 5e2e09d commit 1e855e2

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
@@ -121,7 +121,7 @@ TOOLS_NOGO = [str(Label(l)) for l in _TOOLS_NOGO]
121121

122122
# Current version or next version to be tagged. Gazelle and other tools may
123123
# check this to determine compatibility.
124-
RULES_GO_VERSION = "0.50.0"
124+
RULES_GO_VERSION = "0.50.1"
125125

126126
go_context = _go_context
127127
gomock = _gomock

0 commit comments

Comments
 (0)