From 735405e6c2b027c7f5567f706bd51f456891e55f Mon Sep 17 00:00:00 2001 From: Oliver Gould Date: Mon, 29 Apr 2024 16:50:12 -0700 Subject: [PATCH] chore: v0.13.1 (#334) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 987b17fb3..e4bcc1050 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -269,7 +269,7 @@ checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79" [[package]] name = "linkerd2-proxy-api" -version = "0.13.0" +version = "0.13.1" dependencies = [ "h2", "http", diff --git a/Cargo.toml b/Cargo.toml index caaa28cec..611cc2079 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "linkerd2-proxy-api" -version = "0.13.0" +version = "0.13.1" authors = ["Linkerd Developers "] license = "Apache-2.0" edition = "2021"