lib/zen/version.rb in zen-0.2.5 vs lib/zen/version.rb in zen-0.2.6
- old
+ new
@@ -1,12 +1,11 @@
#:nodoc:
module Zen
##
- # Defines the current version of Zen as a string. This constant
- # is used to set the Gem version when generating a new Rubygems
- # package.
+ # Defines the current version of Zen as a string. This constant is used to set the Gem
+ # version when generating a new Rubygems package.
#
# @author Yorick Peterse
# @since 0.1
#
- Version = '0.2.5'
+ Version = '0.2.6'
end