From a0d5f0b30cfe65489fe0675e0f8beea346749221 Mon Sep 17 00:00:00 2001 From: Christopher Berner Date: Sun, 19 Jan 2020 11:10:09 -0800 Subject: [PATCH] Version 1.1.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9d7b0a2..361c6bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "raptorq" description = "RaptorQ (RFC6330)" license = "Apache-2.0" repository = "https://github.com/cberner/raptorq" -version = "1.0.0" +version = "1.1.0" edition = "2018" authors = ["Christopher Berner "]