summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWez Furlong <wez@wezfurlong.org>2020-11-14 13:17:19 -0800
committerWez Furlong <wez@wezfurlong.org>2020-11-14 13:17:19 -0800
commit9443e31ddd93106033dcd03cf767d2d904db3084 (patch)
tree57994f9fc67453b8c18320988bb3b1a2d404cbeb
parent7de7b996155fa26f1f4e26b00fa92cb1828ceec0 (diff)
downloadssh2-rs-9443e31ddd93106033dcd03cf767d2d904db3084.zip
bump version to prep for a release
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index fa93fc0..7df7397 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ssh2"
-version = "0.8.2"
+version = "0.8.3"
authors = ["Alex Crichton <alex@alexcrichton.com>", "Wez Furlong <wez@wezfurlong.org>"]
license = "MIT/Apache-2.0"
keywords = ["ssh"]