From 102ae0f7d63a500658cd7380b047f636ad0ebb87 Mon Sep 17 00:00:00 2001 From: Christopher Berner Date: Thu, 14 Jan 2021 21:40:46 -0800 Subject: [PATCH] Bump version to 1.6.2 for release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 62f9f3f..96bbd6c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ license = "Apache-2.0" homepage = "https://github.com/cberner/raptorq" repository = "https://github.com/cberner/raptorq" readme = "README.md" -version = "1.6.1" +version = "1.6.2" edition = "2018" authors = ["Christopher Berner "]