lib/version.rb in columnize-0.3.4 vs lib/version.rb in columnize-0.3.5
- old
+ new
@@ -1,7 +1,7 @@
# 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.3.4'
+ VERSION = '0.3.5'
end