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 1.3.3

This commit is contained in:
Joe Ferris 2011-01-11 11:15:23 -05:00
parent 3923d2072c
commit 58da9af72a

View file

@ -21,7 +21,7 @@ def Factory (name, attrs = {})
end
class Factory
VERSION = "1.3.2"
VERSION = "1.3.3"
end
if defined?(Rails) && Rails::VERSION::MAJOR == 2