From a82f842473db80ab3911d658ca25c42dd53ceed0 Mon Sep 17 00:00:00 2001 From: Luca Bruno Date: Tue, 14 May 2019 12:09:41 +0000 Subject: [PATCH] cargo: envsubst release 0.0.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b52f5b8..c905912 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "envsubst" -version = "0.0.1-dev.0" +version = "0.0.1" description = "Variables substitution" license = "MIT/Apache-2.0" keywords = ["envsubst", "varsubst"]