lib/zbatery.rb in zbatery-0.4.0 vs lib/zbatery.rb in zbatery-0.5.0
- old
+ new
@@ -2,11 +2,11 @@
# :enddoc:
require 'rainbows'
module Zbatery
- # version of Zbatery, currently 0.4.0
- VERSION = "0.4.0"
+ # version of Zbatery, currently 0.5.0
+ VERSION = "0.5.0"
class << self
# runs the Zbatery HttpServer with +app+ and +options+ and does
# not return until the server has exited.