lib/caterpillar.rb in caterpillar-0.9.2 vs lib/caterpillar.rb in caterpillar-0.9.4
- old
+ new
@@ -3,10 +3,10 @@
# See the file LICENSES.txt included with the distribution for
# software license details.
#++
module Caterpillar
- VERSION='0.9.2'
+ VERSION='0.9.4'
end
this_file = File.symlink?(__FILE__) ? File.readlink(__FILE__) : __FILE__
this_dir = File.dirname(File.expand_path(this_file))