Skip to content

Commit

Permalink
patch version bump 4.3.1 (#785)
Browse files Browse the repository at this point in the history
* Update version.rb

* Update Gemfile.lock
  • Loading branch information
sephirothkod authored Apr 14, 2023
1 parent 9be8ccf commit da77110
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
bulkrax (4.3.0)
bulkrax (4.3.1)
bagit (~> 0.4)
coderay
iso8601 (~> 0.9.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/bulkrax/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Bulkrax
VERSION = '4.3.0'
VERSION = '4.3.1'
end

0 comments on commit da77110

Please sign in to comment.