lib/onering/version.rb in onering-agent-0.4.3 vs lib/onering/version.rb in onering-agent-0.4.4

- old
+ new

@@ -1,7 +1,7 @@ module Onering module Client - VERSION = "0.4.3" + VERSION = "0.4.4" class Error < Exception; end class FatalError < Error; end end end