From 3d80c1fc0e683a493c4deb892c490db51568b6df Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Mon, 17 Jul 2023 20:42:06 -0400 Subject: [PATCH] Version bump, marking first deployment --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4936115..fb82d8e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "protomask" -version = "0.1.0" +version = "0.2.0" authors = ["Evan Pratten "] edition = "2021" description = "A user space NAT64 implementation"