1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Bump this guy too

This commit is contained in:
David Heinemeier Hansson 2010-04-01 13:47:48 -07:00
parent d956003fa4
commit 46aee9f1f0

View file

@ -3,7 +3,7 @@ module Rails
MAJOR = 3
MINOR = 0
TINY = 0
BUILD = "beta1"
BUILD = "beta2"
STRING = [MAJOR, MINOR, TINY, BUILD].join('.')
end