lib/net/ssh/multi/version.rb in net-ssh-multi-1.2.0 vs lib/net/ssh/multi/version.rb in net-ssh-multi-1.2.1

- old
+ new

@@ -8,10 +8,10 @@ # The minor component of the library's version MINOR = 2 # The tiny component of the library's version - TINY = 0 + TINY = 1 # The library's version as a Version instance CURRENT = new(MAJOR, MINOR, TINY) # The library's version as a String instance