summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2018-05-02 12:14:44 -0700
committerGitHub <noreply@github.com>2018-05-02 12:14:44 -0700
commit14b31bdba52dd1661c89309e517b3d5385885dfc (patch)
tree3de3272f1a719466d441f4125ecbe3af20e51e3f /Cargo.toml
parentf7681639822262d2566ef07031aed7b7f1d86f5a (diff)
Bump version to v0.1.6 (#336)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a26518c7..32ea89a0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,7 +5,7 @@ name = "tokio"
# - Update html_root_url.
# - Update CHANGELOG.md.
# - Create "v0.1.x" git tag.
-version = "0.1.5"
+version = "0.1.6"
authors = ["Carl Lerche <me@carllerche.com>"]
license = "MIT"
readme = "README.md"