From ef2ea73a0127ebfb3267fb7c9ebab30ac9006af9 Mon Sep 17 00:00:00 2001 From: Jason Carver Date: Fri, 11 Aug 2023 13:00:53 -0700 Subject: [PATCH] chore: bump version to 0.1.0-alpha.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d3c9f43..6d484fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "utp-rs" -version = "0.1.0-alpha.5" +version = "0.1.0-alpha.6" edition = "2021" authors = ["Jacob Kaufmann", "Jason Carver"] description = "uTorrent transport protocol"