summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Leckey <leckey.ryan@gmail.com>2017-02-12 10:10:59 -0800
committerRyan Leckey <leckey.ryan@gmail.com>2017-02-12 10:10:59 -0800
commite0fe3e151c24ab81f8d232b3e18841acacc3656e (patch)
treec34568ff880fb66a253f0239c2dcaddcac170a09
parente8fc8b5a16681ec20755aad41db6d9a2f5abe8a1 (diff)
(cargo-release) version 0.4.00.4.0
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5218729..e4e0711 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "config"
-version = "0.3.0"
+version = "0.4.0"
description = "Layered configuration system for Rust applications."
homepage = "https://github.com/mehcode/config-rs"
repository = "https://github.com/mehcode/config-rs"