From 03b5a2ea9b1ae6b9cc616fdc71453466074b6ea9 Mon Sep 17 00:00:00 2001 From: Micaiah Reid Date: Fri, 12 Apr 2024 09:49:19 -0600 Subject: [PATCH] chore: bump version (#564) --- Cargo.lock | 2 +- components/chainhook-cli/Cargo.toml | 2 +- docs/chainhook-openapi.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c203d65bb..bd263806d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -472,7 +472,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chainhook" -version = "1.5.0" +version = "1.5.1" dependencies = [ "ansi_term", "atty", diff --git a/components/chainhook-cli/Cargo.toml b/components/chainhook-cli/Cargo.toml index 1186aeb79..cb28dcd3b 100644 --- a/components/chainhook-cli/Cargo.toml +++ b/components/chainhook-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chainhook" -version = "1.5.0" +version = "1.5.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/docs/chainhook-openapi.json b/docs/chainhook-openapi.json index f64581115..9a5b76ded 100644 --- a/docs/chainhook-openapi.json +++ b/docs/chainhook-openapi.json @@ -2,7 +2,7 @@ "openapi": "3.0.0", "info": { "title": "chainhook", - "version": "1.5.0" + "version": "1.5.1" }, "paths": { "/ping": {