lib/rhcp.rb in rhcp-0.1.8 vs lib/rhcp.rb in rhcp-0.1.9
- old
+ new
@@ -19,10 +19,10 @@
include Singleton
MAJOR = 0
MINOR = 1
- TINY = 8
+ TINY = 9
def Version.to_s
[ MAJOR, MINOR, TINY ].join(".")
end