summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-03-19 09:27:57 -0700
committerAlex Crichton <alex@alexcrichton.com>2015-03-19 09:27:57 -0700
commitd65946e9387c40d405307a6fdc0fc7f3dbd89ea5 (patch)
treebb8d43e6c63bd3e7cf84bf731912f3587d2f5d75 /Cargo.toml
parent86da5b3f85b3ab2bf86d53b07451b8e6eb823a49 (diff)
downloadssh2-rs-d65946e9387c40d405307a6fdc0fc7f3dbd89ea5.zip
Bump version numbers
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 89a052f..eca0a44 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ssh2"
-version = "0.2.1"
+version = "0.2.2"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT/Apache-2.0"
keywords = ["ssh"]