summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Pitale <tpitale@gmail.com>2016-03-21 15:13:53 -0500
committerTony Pitale <tpitale@gmail.com>2016-03-21 15:13:53 -0500
commitf410815e3afd5ab4cac6ef586a3d633a0f405069 (patch)
treeeb3394701cd0ddea30e21fd7bc5640e4eadf08ad
parent8dd213d23b7a1994510b36f3957d7ef03189a241 (diff)
downloadnet-ssh-gateway-f410815e3afd5ab4cac6ef586a3d633a0f405069.tar.gz
Fix SSH constant; bump version to new major
-rw-r--r--lib/net/ssh/gateway/version.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/net/ssh/gateway/version.rb b/lib/net/ssh/gateway/version.rb
index 7f972ac..e5f3891 100644
--- a/lib/net/ssh/gateway/version.rb
+++ b/lib/net/ssh/gateway/version.rb
@@ -1,7 +1,7 @@
module Net
- module Ssh
+ module SSH
module Gateway
- VERSION = "1.2.0"
+ VERSION = "2.0.0"
end
end
end