diff --git a/dwc_agent.gemspec b/dwc_agent.gemspec index 64863bf..3c2da47 100644 --- a/dwc_agent.gemspec +++ b/dwc_agent.gemspec @@ -7,7 +7,7 @@ Gem::Specification.new do |s| s.name = 'dwc_agent' s.version = DwcAgent::Version.version s.license = 'MIT' - s.date = '2023-11-22' + s.date = '2023-11-23' s.summary = "Parse Darwin Core agent terms such as recordedBy and identifiedBy" s.description = "Parses the typically messy content in Darwin Core terms that contain people names" s.authors = ["David P. Shorthouse"] diff --git a/lib/dwc_agent/version.rb b/lib/dwc_agent/version.rb index ad6de80..66a6843 100644 --- a/lib/dwc_agent/version.rb +++ b/lib/dwc_agent/version.rb @@ -4,8 +4,8 @@ class Version MAJOR = 3 MINOR = 0 - PATCH = 16 - BUILD = 1 + PATCH = 17 + BUILD = 0 def self.version [MAJOR, MINOR, PATCH, BUILD].compact.join('.').freeze