From 939e4aa94e40107725a9b09f6194d9f6110747e0 Mon Sep 17 00:00:00 2001 From: Datong Sun Date: Tue, 25 Oct 2022 08:22:55 -0700 Subject: [PATCH] chore(phantun): bump to `v0.6.0` --- phantun/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phantun/Cargo.toml b/phantun/Cargo.toml index c005a90..55a9023 100644 --- a/phantun/Cargo.toml +++ b/phantun/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phantun" -version = "0.5.0" +version = "0.6.0" edition = "2021" authors = ["Datong Sun "] license = "MIT OR Apache-2.0"