lib/caterpillar.rb in caterpillar-1.4.1 vs lib/caterpillar.rb in caterpillar-1.4.2
- old
+ new
@@ -6,10 +6,10 @@
# See the file MIT-LICENSE included with the distribution for
# software license details.
#++
module Caterpillar
- VERSION = '1.4.1' unless defined? Caterpillar::VERSION
+ VERSION = '1.4.2' unless defined? Caterpillar::VERSION
end
this_file = File.symlink?(__FILE__) ? File.readlink(__FILE__) : __FILE__
this_dir = File.dirname(File.expand_path(this_file))