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