Prepare for v0.1.0 (#1)

Update versions in code.

Use default docker tag of v0.1.0
This commit is contained in:
Oliver Gould 2017-12-04 19:55:56 -08:00 committed by GitHub
parent 3f87213602
commit 205e4d4915
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -105,7 +105,7 @@ dependencies = [
[[package]]
name = "conduit-proxy"
version = "0.0.1"
version = "0.1.0"
dependencies = [
"abstract-ns 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
"bytes 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@ -1,6 +1,6 @@
[package]
name = "conduit-proxy"
version = "0.0.1"
version = "0.1.0"
authors = ["Oliver Gould <ver@buoyant.io>"]
publish = false