From 8a97ff4f942c6401086ffa91ae5e03e3778ddb0d Mon Sep 17 00:00:00 2001 From: Timo Tiuraniemi Date: Sat, 28 Oct 2023 07:41:49 +0300 Subject: [PATCH] Set development version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3626586..efb6a44 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hypercore" -version = "0.12.1" +version = "0.12.2-alpha.1" license = "MIT OR Apache-2.0" description = "Secure, distributed, append-only log" documentation = "https://docs.rs/hypercore"