From 8b9882c5337cc40f0d2a4e056d937f449c06a500 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Sat, 5 Oct 2019 15:43:08 +0200 Subject: [PATCH] Bump version to 1.1.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 534e2bf..a1adf0d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rtftp" -version = "1.0.0" +version = "1.1.0" authors = ["Reiner Herrmann "] edition = "2018" license = "GPL-3.0-or-later"