lib/nanoc.rb in nanoc-2.1.2 vs lib/nanoc.rb in nanoc-2.1.3
- old
+ new
@@ -1,8 +1,8 @@
module Nanoc
# The current nanoc version.
- VERSION = '2.1.2'
+ VERSION = '2.1.3'
# Generic error. Superclass for all nanoc-specific errors.
class Error < RuntimeError ; end
module Errors # :nodoc: