summaryrefslogtreecommitdiff
path: root/lib/net/ssh/multi/version.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/net/ssh/multi/version.rb')
-rw-r--r--lib/net/ssh/multi/version.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/net/ssh/multi/version.rb b/lib/net/ssh/multi/version.rb
index 3a7bb37..17b1a01 100644
--- a/lib/net/ssh/multi/version.rb
+++ b/lib/net/ssh/multi/version.rb
@@ -4,13 +4,13 @@ module Net; module SSH; module Multi
# A trivial class for representing the version of this library.
class Version < Net::SSH::Version
# The major component of the library's version
- MAJOR = 0
+ MAJOR = 1
# The minor component of the library's version
- MINOR = 99
+ MINOR = 0
# The tiny component of the library's version
- TINY = 1
+ TINY = 0
# The library's version as a Version instance
CURRENT = new(MAJOR, MINOR, TINY)