Skip to content

Commit

Permalink
Bump version to v.6.1.0 [ci skip]
Browse files Browse the repository at this point in the history
The previous commit got us most of the way there, but I forgot to
actually bump the factory_bot_rails version.
  • Loading branch information
composerinteralia committed Jul 8, 2020
1 parent 4b39c91 commit 3564a68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
factory_bot_rails (6.0.0)
factory_bot_rails (6.1.0)
factory_bot (~> 6.1.0)
railties (>= 5.0.0)

Expand Down
2 changes: 1 addition & 1 deletion factory_bot_rails.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "factory_bot_rails"
s.version = "6.0.0"
s.version = "6.1.0"
s.authors = ["Joe Ferris"]
s.email = "jferris@thoughtbot.com"
s.homepage = "https://github.com/thoughtbot/factory_bot_rails"
Expand Down

0 comments on commit 3564a68

Please sign in to comment.