Skip to content

Commit

Permalink
Bump to version 0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
krishna-chaitanya-45 committed Sep 27, 2024
1 parent d324a0d commit 6ef0cc4
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:
query_helper (0.3.7)
query_helper (0.3.8)
activerecord (> 5)
activesupport (> 5)
sqlite3
Expand Down Expand Up @@ -89,7 +89,7 @@ GEM
rspec-mocks (~> 3.10)
rspec-support (~> 3.10)
rspec-support (3.10.2)
sqlite3 (1.6.4)
sqlite3 (2.1.0)
mini_portile2 (~> 2.8.0)
thor (1.1.0)
tzinfo (2.0.4)
Expand Down
2 changes: 1 addition & 1 deletion lib/query_helper/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class QueryHelper
VERSION = "0.3.7"
VERSION = "0.3.8"
end

0 comments on commit 6ef0cc4

Please sign in to comment.