From 25e0bd7c1cbd1bf2d94406d6ff3bf1b49eda8194 Mon Sep 17 00:00:00 2001 From: "Sajjad (Sage) Pourali" Date: Sun, 1 Dec 2024 13:03:23 -0500 Subject: [PATCH] Bump version to 0.1.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4089df3..dfe8e3b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ authors = ['Narrowlink '] description = 'Asynchronous lightweight userspace implementation of TCP/IP stack for Tun device' name = "ipstack" -version = "0.1.0" +version = "0.1.1" edition = "2021" license = "Apache-2.0" repository = 'https://github.com/narrowlink/ipstack'