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