Skip to content

Commit

Permalink
(maint) Update r10k for #patch release 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
justinstoller committed Nov 28, 2023
1 parent c404955 commit dd32e45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.mkd
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ CHANGELOG
Unreleased
----------

4.0.1
-----

- shellgit: Ensure the passed filepath to diff-index is interpreted as filepath [#1367](https://github.com/puppetlabs/r10k/pull/1367)

4.0.0
Expand Down
2 changes: 1 addition & 1 deletion lib/r10k/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ module R10K
# When updating to a new major (X) or minor (Y) version, include `#major` or
# `#minor` (respectively) in your commit message to trigger the appropriate
# release. Otherwise, a new patch (Z) version will be released.
VERSION = '4.0.0'
VERSION = '4.0.1'
end

0 comments on commit dd32e45

Please sign in to comment.