lib/nanoc-select.rb in nanoc-3.2.0 vs lib/nanoc-select.rb in nanoc-3.2.1

- old
+ new

@@ -1,10 +1,10 @@ # encoding: utf-8 module NanocSelect # The current version of `nanoc-select`. - VERSION = '3.2.0' + VERSION = '3.2.1' # The list of possible versions to choose from. VERSIONS = [ 2, 3 ] end