Skip to content

Commit

Permalink
Bump version to 4.0.0.rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaclayton committed Aug 2, 2012
1 parent e9d9e30 commit 86a20fb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
factory_girl (3.6.1)
factory_girl (4.0.0.rc1)
activesupport (>= 3.0.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/3.0.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: /Users/joshuaclayton/dev/gems/factory_girl
specs:
factory_girl (3.6.1)
factory_girl (4.0.0.rc1)
activesupport (>= 3.0.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/3.1.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: /Users/joshuaclayton/dev/gems/factory_girl
specs:
factory_girl (3.6.1)
factory_girl (4.0.0.rc1)
activesupport (>= 3.0.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/3.2.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: /Users/joshuaclayton/dev/gems/factory_girl
specs:
factory_girl (3.6.1)
factory_girl (4.0.0.rc1)
activesupport (>= 3.0.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/factory_girl/version.rb
@@ -1,3 +1,3 @@
module FactoryGirl
VERSION = '3.6.1'
VERSION = '4.0.0.rc1'
end

0 comments on commit 86a20fb

Please sign in to comment.