From 6567ed3c2c0342fa39d5449bd78cdc64daa77265 Mon Sep 17 00:00:00 2001 From: Alexander Mironov Date: Thu, 22 Jul 2021 14:17:37 +0400 Subject: [PATCH] x8 2.5.0 -> 3.0.0-beta.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5539685..745d7df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "x8" -version = "2.5.0" +version = "3.0.0-beta.1" authors = ["Alexander Mironov "] edition = "2018" license = "GPL-3.0-or-later"