Skip to content

Commit

Permalink
Bump minor version number
Browse files Browse the repository at this point in the history
  • Loading branch information
diogob committed Nov 18, 2022
1 parent 784530b commit 9b7ac59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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:
postgres-copy (1.6.1)
postgres-copy (1.7.0)
activerecord (>= 5.1)
pg (>= 0.17)

Expand All @@ -23,7 +23,7 @@ GEM
i18n (1.12.0)
concurrent-ruby (~> 1.0)
minitest (5.16.3)
pg (1.4.3)
pg (1.4.5)
rake (11.2.2)
rdoc (6.2.1)
rspec (2.99.0)
Expand Down
2 changes: 1 addition & 1 deletion postgres-copy.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $:.unshift lib unless $:.include?(lib)

Gem::Specification.new do |s|
s.name = "postgres-copy"
s.version = "1.6.1"
s.version = "1.7.0"
s.platform = Gem::Platform::RUBY
s.required_ruby_version = ">= 1.9.3"
s.authors = ["Diogo Biazus"]
Expand Down

0 comments on commit 9b7ac59

Please sign in to comment.