Skip to content

Commit a23892e

Browse files
authored
prepare release 0.49.0 (#3989)
1 parent c2212fd commit a23892e

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.48.1",
3+
version = "0.49.0",
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.48.1"
124+
RULES_GO_VERSION = "0.49.0"
125125

126126
go_context = _go_context
127127
gomock = _gomock

0 commit comments

Comments
 (0)