Skip to content

Commit

Permalink
Bump patch
Browse files Browse the repository at this point in the history
  • Loading branch information
dshorthouse committed Nov 23, 2023
1 parent f66bbab commit 9453327
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dwc_agent.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
4 changes: 2 additions & 2 deletions lib/dwc_agent/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9453327

Please sign in to comment.