From aeaf8286e3818177da515745fcc82ff3ae5dab5e Mon Sep 17 00:00:00 2001 From: Julian Tescher Date: Tue, 20 Aug 2013 14:17:32 -0700 Subject: [PATCH] Bump version to 0.4.0 --- lib/factory_girl/remote_api/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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