Skip to content

Commit

Permalink
Merge pull request #1491 from samvera/release_prep
Browse files Browse the repository at this point in the history
Release 14.0.0
  • Loading branch information
cjcolvar authored Jan 27, 2023
2 parents 038fa40 + 4e3cf6e commit 8e7d365
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions active-fedora.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Gem::Specification.new do |s|
s.summary = 'A convenience libary for manipulating documents in the Fedora Repository.'
s.description = 'ActiveFedora provides for creating and managing objects in the Fedora Repository Architecture.'
s.license = "Apache-2.0"
s.metadata = { "rubygems_mfa_required" => "true" }
s.required_ruby_version = '>= 2.6'

s.add_dependency "activemodel", '>= 5.1'
Expand Down
2 changes: 1 addition & 1 deletion lib/active_fedora/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ActiveFedora
VERSION = '13.3.0'
VERSION = '14.0.0'
end

0 comments on commit 8e7d365

Please sign in to comment.