diff --git a/lib/factory_girl/remote_api/version.rb b/lib/factory_girl/remote_api/version.rb index fa44bfe..a183011 100644 --- a/lib/factory_girl/remote_api/version.rb +++ b/lib/factory_girl/remote_api/version.rb @@ -1,5 +1,5 @@ module FactoryGirl module RemoteApi - VERSION = '0.3.0' + VERSION = '0.4.0' end end