Skip to content

Commit 069d748

Browse files
committed
Bump version to 2.6.12 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
1 parent e16dc4e commit 069d748

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

CHANGELOG.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
22

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

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

1010
<!-- release_rollup since=2.6.10 -->
1111
### Changes since 2.6.10 release
1212

1313
#### Merged Pull Requests
14+
- 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 -->
1415
- 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 -->
1516
<!-- release_rollup -->
1617

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.6.11
1+
2.6.12

habitat/plan.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pkg_name=license_scout
22
pkg_origin=chef
3-
pkg_version="2.6.11"
3+
pkg_version="2.6.12"
44
pkg_license=("Apache-2.0")
55
pkg_maintainer="Chef Release Engineering <[email protected]>"
66
pkg_upstream_url="https://github.com/chef/license_scout"

lib/license_scout/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
#
1717

1818
module LicenseScout
19-
VERSION = "2.6.11".freeze
19+
VERSION = "2.6.12".freeze
2020
end

0 commit comments

Comments
 (0)