Skip to content

Commit

Permalink
Bump version for 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
djmb committed Feb 6, 2025
1 parent e5729b4 commit 4117715
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
solid_cache (1.0.6)
solid_cache (1.0.7)
activejob (>= 7.2)
activerecord (>= 7.2)
railties (>= 7.2)
Expand Down Expand Up @@ -183,6 +183,7 @@ PLATFORMS
arm64-darwin-21
arm64-darwin-22
arm64-darwin-23
arm64-darwin-24
x86_64-darwin-20
x86_64-darwin-22
x86_64-linux
Expand Down
2 changes: 1 addition & 1 deletion lib/solid_cache/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module SolidCache
VERSION = "1.0.6"
VERSION = "1.0.7"
end

0 comments on commit 4117715

Please sign in to comment.