lib/nanoc.rb in nanoc-2.2.1 vs lib/nanoc.rb in nanoc-2.2.2

- old
+ new

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