Skip to content

Commit

Permalink
Prepare for 7.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgan Brown committed Jan 18, 2024
1 parent ef78bc5 commit cf17385
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cached_resource/version.rb
@@ -1,3 +1,3 @@
module CachedResource
VERSION = "7.0.0"
VERSION = "7.1.0"
end
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Expand Up @@ -2,6 +2,7 @@
require 'bundler/setup'
require 'active_resource'
require 'active_support'
require 'active_support/time'

$:.unshift(File.dirname(__FILE__) + '/../lib')
require 'cached_resource'
Expand Down

0 comments on commit cf17385

Please sign in to comment.