From 7afad9845da1d8e8beb2eeeca179acd66df7d5d1 Mon Sep 17 00:00:00 2001 From: Jacob Kaufmann Date: Sat, 25 Mar 2023 15:07:06 -0600 Subject: [PATCH] bump version to 0.1.0-alpha.3 (#42) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f1aa15a..4b79f99 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "utp-rs" -version = "0.1.0-alpha.2" +version = "0.1.0-alpha.3" edition = "2021" authors = ["Jacob Kaufmann"] description = "uTorrent transport protocol"