diff options
author | Chef Versioner <chef-versioner@chef.io> | 2016-05-18 03:24:11 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2016-05-18 03:24:11 +0000 |
commit | 568848bd2be018e6d5f80e8bf8fea0363f3d2ccf (patch) | |
tree | 7a81a45ec888ff1d0a183d34d6765acfe81c42ba | |
parent | ac3e9d361359816370060100338303ae87630472 (diff) | |
download | chef-568848bd2be018e6d5f80e8bf8fea0363f3d2ccf.tar.gz |
Bump version of chef to 12.10.59 by Chef Versioner.v12.10.59
-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 2619b6b50d..5d7a4cb396 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -100,12 +100,12 @@ GEM mixlib-cli (~> 1.4) artifactory (2.3.2) ast (2.2.0) - aws-sdk (2.3.4) - aws-sdk-resources (= 2.3.4) - aws-sdk-core (2.3.4) + aws-sdk (2.3.5) + aws-sdk-resources (= 2.3.5) + aws-sdk-core (2.3.5) jmespath (~> 1.0) - aws-sdk-resources (2.3.4) - aws-sdk-core (= 2.3.4) + aws-sdk-resources (2.3.5) + aws-sdk-core (= 2.3.5) aws-sdk-v1 (1.66.0) json (~> 1.4) nokogiri (>= 1.4.4) @@ -1 +1 @@ -12.10.58
\ No newline at end of file +12.10.59
\ 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 070ea76f8a..2538466b02 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.10.58" + VERSION = "12.10.59" end # diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 4b80dbdc69..5d5583cc4f 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.10.58" + VERSION = "12.10.59" end # |