Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jamis committed Sep 28, 2017
1 parent e5312be commit 6471d0c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Unreleased
1.6.0
-----

- Support Mysql2 adapter (@varyform)
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
bulk_insert (1.4.1)
bulk_insert (1.6.0)
activerecord (>= 4.1.0)

GEM
Expand Down Expand Up @@ -111,4 +111,4 @@ DEPENDENCIES
sqlite3

BUNDLED WITH
1.14.4
1.14.6
2 changes: 1 addition & 1 deletion lib/bulk_insert/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module BulkInsert
MAJOR = 1
MINOR = 5
MINOR = 6
TINY = 0

VERSION = [MAJOR, MINOR, TINY].join(".")
Expand Down

0 comments on commit 6471d0c

Please sign in to comment.