From 3807c9d25f19f7b8c2045ce4702f854777e0a085 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Tue, 3 Sep 2024 13:38:27 -0700 Subject: [PATCH] Bump version to 0.20.0-dev (#3929) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6bcf8e300a..76d0888cd8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2184,7 +2184,7 @@ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" [[package]] name = "ord" -version = "0.20.0" +version = "0.20.0-dev" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 7ff6fde4d4..bf3538103e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ord" description = "◉ Ordinal wallet and block explorer" -version = "0.20.0" +version = "0.20.0-dev" license = "CC0-1.0" edition = "2021" autotests = false