From f7a67d106952d4bddeb135af89b470d13786b8f7 Mon Sep 17 00:00:00 2001 From: Alexandru Vasile <60601340+lexnv@users.noreply.github.com> Date: Thu, 29 Jun 2023 18:04:48 +0300 Subject: [PATCH] Release 16.0.0: bump crate version (#68) Signed-off-by: Alexandru Vasile --- frame-metadata/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frame-metadata/Cargo.toml b/frame-metadata/Cargo.toml index 63319ea..c9d43ef 100644 --- a/frame-metadata/Cargo.toml +++ b/frame-metadata/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "frame-metadata" -version = "15.2.0" +version = "16.0.0" authors = ["Parity Technologies "] edition = "2021" license = "Apache-2.0"