Skip to content

Commit

Permalink
Bump version to 2.6.12 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 Jan 31, 2023
1 parent e16dc4e commit 069d748
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->

<!-- latest_release 2.6.11 -->
## [v2.6.11](https://github.com/chef/license_scout/tree/v2.6.11) (2023-01-31)
<!-- latest_release 2.6.12 -->
## [v2.6.12](https://github.com/chef/license_scout/tree/v2.6.12) (2023-01-31)

#### Merged Pull Requests
- cleaning up expeditor config [#312](https://github.com/chef/license_scout/pull/312) ([sean-simmons-progress](https://github.com/sean-simmons-progress))
- cleaning up expeditor config [#313](https://github.com/chef/license_scout/pull/313) ([sean-simmons-progress](https://github.com/sean-simmons-progress))
<!-- latest_release -->

<!-- release_rollup since=2.6.10 -->
### Changes since 2.6.10 release

#### Merged Pull Requests
- cleaning up expeditor config [#313](https://github.com/chef/license_scout/pull/313) ([sean-simmons-progress](https://github.com/sean-simmons-progress)) <!-- 2.6.12 -->
- cleaning up expeditor config [#312](https://github.com/chef/license_scout/pull/312) ([sean-simmons-progress](https://github.com/sean-simmons-progress)) <!-- 2.6.11 -->
<!-- release_rollup -->

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6.11
2.6.12
2 changes: 1 addition & 1 deletion habitat/plan.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkg_name=license_scout
pkg_origin=chef
pkg_version="2.6.11"
pkg_version="2.6.12"
pkg_license=("Apache-2.0")
pkg_maintainer="Chef Release Engineering <releng@chef.io>"
pkg_upstream_url="https://github.com/chef/license_scout"
Expand Down
2 changes: 1 addition & 1 deletion lib/license_scout/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
#

module LicenseScout
VERSION = "2.6.11".freeze
VERSION = "2.6.12".freeze
end

0 comments on commit 069d748

Please sign in to comment.