Skip to content

Commit ffb7601

Browse files
committed
Bump to version 0.9.2.2
1 parent af09587 commit ffb7601

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/rake/version.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module Rake
2-
VERSION = '0.9.2'
2+
VERSION = '0.9.2.2'
33

44
module Version # :nodoc: all
5-
MAJOR, MINOR, BUILD = VERSION.split '.'
6-
NUMBERS = [ MAJOR, MINOR, BUILD ]
5+
MAJOR, MINOR, BUILD, PATCH = VERSION.split('.')
6+
NUMBERS = [ MAJOR, MINOR, BUILD, PATCH ]
77
end
88
end

0 commit comments

Comments
 (0)