lib/git/lighttp/version.rb in git-lighttp-0.3.1 vs lib/git/lighttp/version.rb in git-lighttp-0.3.2

- old
+ new

@@ -1,12 +1,13 @@ +require 'date' + module Git # The objective of this class is to implement various ideas proposed by the # Semantic Versioning Specification (see reference[http://semver.org/]). module Lighttp #:nodoc: - - VERSION = '0.3.1' - RELEASE = '2016-02-04' + VERSION = '0.3.2' + RELEASE = Date.today.to_s TIMESTAMP = '2011-07-05 12:32:36 -04:00' def self.info "#{name} v#{VERSION} (#{RELEASE})" end