From f3370a31ffe6603babbc8b78b172a9ee3e2d68d8 Mon Sep 17 00:00:00 2001 From: Vitaly _Vi Shukela Date: Sun, 20 Mar 2022 00:21:12 +0300 Subject: [PATCH] Rename version to 3.0.0-prealpha0 for now --- crates/websocat/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/websocat/Cargo.toml b/crates/websocat/Cargo.toml index f83d607..d6fc0a0 100644 --- a/crates/websocat/Cargo.toml +++ b/crates/websocat/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "websocat" -version = "3.0.0" +version = "3.0.0-prealpha0" authors = ["Vitaly _Vi Shukela "] edition = "2018"