Skip to content

Commit

Permalink
Bump to version 0.9.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jimweirich committed Oct 22, 2011
1 parent af09587 commit ffb7601
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/rake/version.rb
@@ -1,8 +1,8 @@
module Rake
VERSION = '0.9.2'
VERSION = '0.9.2.2'

module Version # :nodoc: all
MAJOR, MINOR, BUILD = VERSION.split '.'
NUMBERS = [ MAJOR, MINOR, BUILD ]
MAJOR, MINOR, BUILD, PATCH = VERSION.split('.')
NUMBERS = [ MAJOR, MINOR, BUILD, PATCH ]
end
end

0 comments on commit ffb7601

Please sign in to comment.