lib/soca.rb in soca-0.1.0 vs lib/soca.rb in soca-0.1.1
- old
+ new
@@ -5,10 +5,10 @@
require 'logger'
$LOAD_PATH.unshift(File.expand_path(File.join(File.dirname(__FILE__))))
module Soca
- VERSION = '0.1.0'
+ VERSION = '0.1.1'
class << self
attr_accessor :debug
end