From 67524211a9fed0bd052148a216cfb496bfdb95f7 Mon Sep 17 00:00:00 2001 From: Hunter Trujillo Date: Thu, 20 Jul 2023 18:48:18 -0600 Subject: [PATCH] Bump version to 0.6.0-rc.16. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a3801cd9..4c772813 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -579,7 +579,7 @@ checksum = "630be753d4e58660abd17930c71b647fe46c27ea6b63cc59e1e3851406972e42" [[package]] name = "bitmask-core" -version = "0.6.0-rc.15" +version = "0.6.0-rc.16" dependencies = [ "amplify", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index aa8ad576..2a1a4a01 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bitmask-core" -version = "0.6.0-rc.15" +version = "0.6.0-rc.16" authors = [ "Jose Diego Robles ", "Hunter Trujillo ",