From 36d0853a8bfe82155da0d49870974e22649a3e29 Mon Sep 17 00:00:00 2001 From: trivernis Date: Sun, 5 Sep 2021 11:08:52 +0200 Subject: [PATCH] Increment version Signed-off-by: trivernis --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6f3c35f..e96f2b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hydrus-api" -version = "0.5.0" +version = "0.6.0" authors = ["trivernis "] edition = "2018" license = "Apache-2.0"