Skip to content

Commit

Permalink
Bump version to 4.1.15 by Chef Expeditor
Browse files Browse the repository at this point in the history
Obvious fix; these changes are the result of automation not creative thinking.
  • Loading branch information
chef-ci committed Feb 3, 2025
1 parent a259764 commit 3466b82
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# chef-vault Change Log

<!-- latest_release 4.1.14 -->
## [v4.1.14](https://github.com/chef/chef-vault/tree/v4.1.14) (2025-02-03)
<!-- latest_release 4.1.15 -->
## [v4.1.15](https://github.com/chef/chef-vault/tree/v4.1.15) (2025-02-03)

#### Merged Pull Requests
- Updating configuration for a symantec version promote and publish [#434](https://github.com/chef/chef-vault/pull/434) ([nikhil2611](https://github.com/nikhil2611))
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.1.14
4.1.15
2 changes: 1 addition & 1 deletion lib/chef-vault/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
# limitations under the License.

class ChefVault
VERSION = "4.1.14"
VERSION = "4.1.15"
MAJOR, MINOR, TINY = VERSION.split(".")
end

0 comments on commit 3466b82

Please sign in to comment.