lib/nanoc.rb in nanoc-2.1.4 vs lib/nanoc.rb in nanoc-2.1.5

- old
+ new

@@ -1,8 +1,8 @@ module Nanoc # The current nanoc version. - VERSION = '2.1.4' + VERSION = '2.1.5' # Generic error. Superclass for all nanoc-specific errors. class Error < RuntimeError ; end module Errors # :nodoc: