summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Leckey <ryan@launchbadge.com>2017-06-16 11:50:51 -0700
committerRyan Leckey <ryan@launchbadge.com>2017-06-16 11:50:51 -0700
commitf68b66be2a9b4076dfdba7bac5020a628239efc0 (patch)
tree10816a709818998d8472f22a523c114502d54077
parent57bd02f1d87c1f7905881320e5391b66a053da11 (diff)
(cargo-release) start next development iteration 0.5.1-pre
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 02c3d38..e698173 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "config"
-version = "0.5.0"
+version = "0.5.1-pre"
description = "Layered configuration system for Rust applications."
homepage = "https://github.com/mehcode/config-rs"
repository = "https://github.com/mehcode/config-rs"