Skip to content

Commit

Permalink
update version and gemspec for 7.0.0.rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
barmintor committed Oct 29, 2018
1 parent 9a16a77 commit 582c682
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion blacklight-marc.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
spec.description = %q{MARC support for Blacklight}
spec.summary = %q{MARC support for Blacklight}
spec.homepage = "https://github.com/projectblacklight/blacklight-marc"
spec.license = "Apache 2.0"
spec.license = "Apache-2.0"

spec.files = `git ls-files -z`.split("\x0")
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
Expand Down
2 changes: 1 addition & 1 deletion lib/blacklight/marc/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Blacklight
module Marc
VERSION = '7.0.0.alpha'
VERSION = '7.0.0.rc1'
end
end

0 comments on commit 582c682

Please sign in to comment.