summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-03-12 10:30:20 -0700
committerAlex Crichton <alex@alexcrichton.com>2015-03-12 10:30:20 -0700
commit161fd3649444263cae57a564585e7e2060a37bb4 (patch)
treeed121ac5c23c547e10487d88c755b2fb219b16a5 /Cargo.toml
parentdd88872bef65cca51741ebc64e84bb274d499119 (diff)
downloadssh2-rs-161fd3649444263cae57a564585e7e2060a37bb4.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 76a70a6..89a052f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ssh2"
-version = "0.2.0"
+version = "0.2.1"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT/Apache-2.0"
keywords = ["ssh"]