lib/tilt.rb in tilt-2.0.8 vs lib/tilt.rb in tilt-2.0.9
- old
+ new
@@ -2,10 +2,10 @@
require 'tilt/template'
# Namespace for Tilt. This module is not intended to be included anywhere.
module Tilt
# Current version.
- VERSION = '2.0.8'
+ VERSION = '2.0.9'
@default_mapping = Mapping.new
# @return [Tilt::Mapping] the main mapping object
def self.default_mapping