Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
ctiller committed Feb 20, 2025
2 parents 539e48d + 54d338e commit 9585be2
Show file tree
Hide file tree
Showing 104 changed files with 11,301 additions and 596 deletions.
6 changes: 3 additions & 3 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -197,11 +197,11 @@ config_setting(
python_config_settings()

# This should be updated along with build_handwritten.yaml
g_stands_for = "gears" # @unused
g_stands_for = "gusto" # @unused

core_version = "45.0.0" # @unused
core_version = "46.0.0" # @unused

version = "1.71.0-dev" # @unused
version = "1.72.0-dev" # @unused

GPR_PUBLIC_HDRS = [
"include/grpc/support/alloc.h",
Expand Down
746 changes: 741 additions & 5 deletions CMakeLists.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

module(
name = "grpc",
version = "1.71.0-dev",
version = "1.72.0-dev",
compatibility_level = 1,
repo_name = "com_github_grpc_grpc",
)
Expand Down
10 changes: 5 additions & 5 deletions Makefile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion _metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

# AUTO-GENERATED FROM `$REPO_ROOT/templates/_metadata.py.template`!!!

__version__ = """1.71.0.dev0"""
__version__ = """1.72.0.dev0"""
6 changes: 4 additions & 2 deletions bazel/experiments.bzl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9585be2

Please sign in to comment.