From 8e56cc75efc60de5302cadeff669e5586d69a5a7 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Fri, 10 Jan 2020 23:46:49 +0300 Subject: [PATCH] chore: update version --- itconfig/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/itconfig/Cargo.toml b/itconfig/Cargo.toml index 7956b71..9c424ab 100644 --- a/itconfig/Cargo.toml +++ b/itconfig/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "itconfig" -version = "0.7.1" +version = "0.8.0" authors = ["Dmitriy Pleshevskiy "] description = "Easy build a configs from environment variables and use it in globally." categories = ["config", "web-programming"]