From 069a2527e68f2f10dcc3eefc580ae5fec3582d1d Mon Sep 17 00:00:00 2001 From: sloth Date: Fri, 13 Sep 2024 22:11:21 +0800 Subject: [PATCH] change the version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b86134a813..d7d43e4bdb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2253,7 +2253,7 @@ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" [[package]] name = "ord" -version = "0.20.0-dev" +version = "0.20.0-f0" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 67ae688d5e..bfc406aba6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ord" description = "◉ Ordinal wallet and block explorer" -version = "0.20.0-dev" +version = "0.20.0-f0" license = "CC0-1.0" edition = "2021" autotests = false