Skip to content

Commit

Permalink
Bump version for 1.6.0 release 🚢
Browse files Browse the repository at this point in the history
  • Loading branch information
alecdotninja committed Jan 19, 2024
1 parent 8d0bd52 commit cda1faa
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions gemfiles/6.1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
active_record_distinct_on (1.5.0)
active_record_distinct_on (1.6.0)
activerecord (>= 6.1, < 7.2)

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

BUNDLED WITH
2.2.31
2.4.5
4 changes: 2 additions & 2 deletions gemfiles/7.0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
active_record_distinct_on (1.5.0)
active_record_distinct_on (1.6.0)
activerecord (>= 6.1, < 7.2)

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

BUNDLED WITH
2.3.4
2.4.5
4 changes: 2 additions & 2 deletions gemfiles/7.1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
active_record_distinct_on (1.5.0)
active_record_distinct_on (1.6.0)
activerecord (>= 6.1, < 7.2)

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

BUNDLED WITH
2.4.13
2.4.5
2 changes: 1 addition & 1 deletion lib/active_record_distinct_on/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ActiveRecordDistinctOn
VERSION = '1.5.0'
VERSION = '1.6.0'
end

0 comments on commit cda1faa

Please sign in to comment.