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