lib/onering.rb in onering-client-0.2.0 vs lib/onering.rb in onering-client-0.2.1

- old
+ new

@@ -1,9 +1,9 @@ $: << File.expand_path(File.dirname(__FILE__)) module Onering module Client - VERSION = "0.2.0" + VERSION = "0.2.1" class Error < Exception; end class FatalError < Error; end end end \ No newline at end of file