summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDoug Tangren <d.tangren@gmail.com>2019-12-08 14:46:36 -0500
committerGitHub <noreply@github.com>2019-12-08 14:46:36 -0500
commiteb1ad605157b14fc9e1329b617aea8012abde1c9 (patch)
tree01e4c9b4f63e68dd5e7eff14be49237cd4d69c0c /Cargo.toml
parent541140fe5c1551f2bec4642f144f469c729c8cdd (diff)
prep release for 0.6.0 (#206)
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 7439937..a550b43 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "shiplift"
-version = "0.5.1"
+version = "0.6.0"
authors = ["softprops <d.tangren@gmail.com>"]
description = "A Rust interface for maneuvering Docker containers"
documentation = "https://docs.rs/shiplift"