summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Leckey <ryan@launchbadge.com>2017-06-22 17:34:49 -0700
committerRyan Leckey <ryan@launchbadge.com>2017-06-22 17:34:49 -0700
commit94457cf0560a409c6bb16500213abfc346bdad48 (patch)
treef55316cabb7f27b289924e81f21a4921331d3e7e
parent19085a4ae4c38aadcb8beaf5974e66b052e3df1d (diff)
(cargo-release) version 0.6.00.6.0
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 98b82be..ded724a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "config"
-version = "0.6.0-pre"
+version = "0.6.0"
description = "Layered configuration system for Rust applications."
homepage = "https://github.com/mehcode/config-rs"
repository = "https://github.com/mehcode/config-rs"