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