From 8b0ac8d5a774617ad5655b86a92f3972c433224a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 17:07:25 +0000 Subject: [PATCH] Bump version to 27.0.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4f6afca..b049ac4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -563,7 +563,7 @@ dependencies = [ [[package]] name = "stellar-xdr-json" -version = "26.0.0" +version = "27.0.0" dependencies = [ "console_error_panic_hook", "schemars 0.8.21", diff --git a/Cargo.toml b/Cargo.toml index ce354fa..1c174aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stellar-xdr-json" -version = "26.0.0" +version = "27.0.0" edition = "2021" publish = false repository = "https://github.com/stellar/js-stellar-xdr-json"