From b5253e1dc8fbcd0ba1e5b7209b511e43b0e4c498 Mon Sep 17 00:00:00 2001 From: Michael Yu Date: Tue, 9 Jan 2024 18:09:43 -0800 Subject: [PATCH] Update to v9 message --- Cargo.lock | 2 +- Cargo.toml | 2 +- src/index/updater/inscription_updater/stream.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6180b13552..7651bd0e81 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2332,7 +2332,7 @@ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" [[package]] name = "ord" -version = "0.15.0" +version = "9.0.0" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 82380b65b0..76f74daaa6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ord" description = "◉ Ordinal wallet and block explorer" -version = "0.15.0" +version = "9.0.0" license = "CC0-1.0" edition = "2021" autotests = false diff --git a/src/index/updater/inscription_updater/stream.rs b/src/index/updater/inscription_updater/stream.rs index f8855a19da..52a701b85c 100644 --- a/src/index/updater/inscription_updater/stream.rs +++ b/src/index/updater/inscription_updater/stream.rs @@ -175,7 +175,7 @@ impl StreamEvent { block_hash: BlockHash, ) -> Self { StreamEvent { - version: "8.0.0".to_owned(), // should match the ord-kafka docker image version + version: "9.0.0".to_owned(), // should match the ord-kafka docker image version inscription_id, block_timestamp, block_height,