lib/rhcp.rb in rhcp-0.2.17 vs lib/rhcp.rb in rhcp-0.2.18
- old
+ new
@@ -21,10 +21,10 @@
include Singleton
MAJOR = 0
MINOR = 2
- TINY = 17
+ TINY = 18
def Version.to_s
[ MAJOR, MINOR, TINY ].join(".")
end