lib/rhcp.rb in rhcp-0.1.5 vs lib/rhcp.rb in rhcp-0.1.6

- old
+ new

@@ -19,10 +19,10 @@ include Singleton MAJOR = 0 MINOR = 1 - TINY = 5 + TINY = 6 def Version.to_s [ MAJOR, MINOR, TINY ].join(".") end