Skip to content

Commit 0e4ad02

Browse files
committed
Bump to version 0.9.2
1 parent 23e79f2 commit 0e4ad02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rake/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module Version
33
NUMBERS = [
44
MAJOR = 0,
55
MINOR = 9,
6-
BUILD = 1,
6+
BUILD = 2,
77
]
88
end
99
VERSION = Version::NUMBERS.join('.')

0 commit comments

Comments
 (0)