From 00c1fc29544ece22a416e948a1a524449753342f Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Sun, 31 Jul 2022 00:57:55 +0300 Subject: [PATCH] bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6e71447..55a28c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "vnetod" description = "Dotenv state switcher" -version = "0.1.0" +version = "0.2.0" edition = "2021" license = "GPL-3.0+" repository = "https://git.pleshevski.ru/pleshevskiy/vnetod.git"