From 292306624262a22c7abd592c134538e1dfe392e1 Mon Sep 17 00:00:00 2001 From: Christopher Berner Date: Thu, 5 Mar 2020 18:36:13 -0800 Subject: [PATCH] Update version to 1.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ba634d8..e19ba51 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.2.1" +version = "1.3.0" edition = "2018" authors = ["Christopher Berner "]