From aeae3af5e6a6e56eaea74762dda8b52ec5d2470c Mon Sep 17 00:00:00 2001 From: Luke Else Date: Sat, 5 Aug 2023 13:15:13 +0100 Subject: [PATCH] Updated version number in cargo toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 89437af..20409e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subnet_calculator" -version = "0.1.0" +version = "0.2.0" edition = "2021" description = "Subnet Calculator written in Rust" license = "MIT"