1
0
Fork 0
mirror of https://github.com/thoughtbot/factory_bot.git synced 2022-11-09 11:43:51 -05:00

Bump version to 2.0.0.rc1

This commit is contained in:
Joshua Clayton 2011-06-30 23:27:31 -04:00
parent 9c4818a095
commit b6860ba2e9

View file

@ -1,4 +1,4 @@
module FactoryGirl
VERSION = "2.0.0.beta5"
VERSION = "2.0.0.rc1"
end