diff options
author | Chef Versioner <chef-versioner@chef.io> | 2016-09-22 00:41:37 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2016-09-22 00:41:37 +0000 |
commit | ee8b66839eef9b7355fefb87045237cef9424bd4 (patch) | |
tree | 74bf7fe5b8d68229e71aa86963e73b5b4b1a5c65 | |
parent | ca9cc7117e11e5530295f577a766ecf07b9c1cdf (diff) | |
download | chef-ee8b66839eef9b7355fefb87045237cef9424bd4.tar.gz |
Bump version of chef to 12.14.88 by Chef Versioner.v12.14.88
-rw-r--r-- | Gemfile.lock | 10 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | chef-config/lib/chef-config/version.rb | 2 | ||||
-rw-r--r-- | lib/chef/version.rb | 2 |
4 files changed, 8 insertions, 8 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index f8187fb6dd..61af24af58 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -66,10 +66,10 @@ GIT PATH remote: . specs: - chef (12.14.87) + chef (12.14.88) addressable bundler (>= 1.10) - chef-config (= 12.14.87) + chef-config (= 12.14.88) chef-zero (>= 4.8) diff-lcs (~> 1.2, >= 1.2.4) erubis (~> 2.7) @@ -95,10 +95,10 @@ PATH specinfra (~> 2.10) syslog-logger (~> 1.6) uuidtools (~> 2.1.5) - chef (12.14.87-universal-mingw32) + chef (12.14.88-universal-mingw32) addressable bundler (>= 1.10) - chef-config (= 12.14.87) + chef-config (= 12.14.88) chef-zero (>= 4.8) diff-lcs (~> 1.2, >= 1.2.4) erubis (~> 2.7) @@ -139,7 +139,7 @@ PATH PATH remote: chef-config specs: - chef-config (12.14.87) + chef-config (12.14.88) addressable fuzzyurl mixlib-config (~> 2.0) @@ -1 +1 @@ -12.14.87
\ No newline at end of file +12.14.88
\ 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 e541948f46..be02fe0929 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.14.87" + VERSION = "12.14.88" end # diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 0be30158ec..dc87bd2f07 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.14.87" + VERSION = "12.14.88" end # |