lib/columnize/version.rb
# Sets constant Columnize::VERSION, the version number of # this package. It is used in Gem creation but can also be consulted after # require'ing 'columnize'. module Columnize # The current version of this package VERSION = '0.9.0' end