lib/zen/version.rb in zen-0.2.7 vs lib/zen/version.rb in zen-0.2.8

- old
+ new

@@ -1,11 +1,5 @@ #: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. - # - # @author Yorick Peterse - # @since 0.1 - # - Version = '0.2.7' + # :nodoc: + Version = '0.2.8' end