Skip to content

Commit

Permalink
Merge pull request #17 from DPham-X/dpham/1.26.1
Browse files Browse the repository at this point in the history
Upgrade protos to 1.26.1
  • Loading branch information
cetanu authored May 16, 2023
2 parents 39d0e8a + b3bea7b commit 2e8ad1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "envoy_data_plane"
version = "0.5.0"
version = "0.6.0"
description = "Python dataclasses for the Envoy Data-Plane-API"
authors = ["Vasili Syrakis <vsyrakis@atlassian.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion utils/download_protobufs.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

utf8 = "utf-8"

ENVOY_VERSION = "1.25.0"
ENVOY_VERSION = "1.26.1"

proto_include = protoc.pkg_resources.resource_filename("grpc_tools", "_proto")
envoy = Path("./envoy")
Expand Down

0 comments on commit 2e8ad1e

Please sign in to comment.