From 8ca7cc6d4173d53856dab69d40cbf4f1821830dd Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 14 Sep 2017 19:58:38 +0000 Subject: Bump version to 12.21.11 by Chef Expeditor --- CHANGELOG.md | 2 +- Gemfile.lock | 10 +++++----- VERSION | 2 +- chef-config/lib/chef-config/version.rb | 2 +- lib/chef/version.rb | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6e0457ff1..80641588bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1419,4 +1419,4 @@ of partial templates. * Allow specifying a guard_interpreter after a conditional on a resource (Fixes #1943) * Windows package type should be a symbol (Fixes #1997) -\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index ea50ea44ea..542740dfd5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -38,10 +38,10 @@ GIT PATH remote: . specs: - chef (12.21.10) + chef (12.21.11) addressable bundler (>= 1.10) - chef-config (= 12.21.10) + chef-config (= 12.21.11) chef-zero (>= 4.8, < 13) diff-lcs (~> 1.2, >= 1.2.4) erubis (~> 2.7) @@ -67,10 +67,10 @@ PATH specinfra (~> 2.10) syslog-logger (~> 1.6) uuidtools (~> 2.1.5) - chef (12.21.10-universal-mingw32) + chef (12.21.11-universal-mingw32) addressable bundler (>= 1.10) - chef-config (= 12.21.10) + chef-config (= 12.21.11) chef-zero (>= 4.8, < 13) diff-lcs (~> 1.2, >= 1.2.4) erubis (~> 2.7) @@ -111,7 +111,7 @@ PATH PATH remote: chef-config specs: - chef-config (12.21.10) + chef-config (12.21.11) addressable fuzzyurl mixlib-config (~> 2.0) diff --git a/VERSION b/VERSION index f31031125c..7112cbf671 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -12.21.10 \ No newline at end of file +12.21.11 \ No newline at end of file diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb index eb70b2d5ae..911850f25f 100644 --- a/chef-config/lib/chef-config/version.rb +++ b/chef-config/lib/chef-config/version.rb @@ -21,7 +21,7 @@ module ChefConfig CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__) - VERSION = "12.21.10" + VERSION = "12.21.11" end # diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 3da2b6224b..d7a2881e16 100644 --- a/lib/chef/version.rb +++ b/lib/chef/version.rb @@ -21,7 +21,7 @@ class Chef CHEF_ROOT = File.expand_path("../..", __FILE__) - VERSION = "12.21.10" + VERSION = "12.21.11" end # -- cgit v1.2.1