summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-05-18 03:24:11 +0000
committerChef Versioner <chef-versioner@chef.io>2016-05-18 03:24:11 +0000
commit568848bd2be018e6d5f80e8bf8fea0363f3d2ccf (patch)
tree7a81a45ec888ff1d0a183d34d6765acfe81c42ba
parentac3e9d361359816370060100338303ae87630472 (diff)
downloadchef-568848bd2be018e6d5f80e8bf8fea0363f3d2ccf.tar.gz
Bump version of chef to 12.10.59 by Chef Versioner.v12.10.59
-rw-r--r--Gemfile.lock10
-rw-r--r--VERSION2
-rw-r--r--chef-config/lib/chef-config/version.rb2
-rw-r--r--lib/chef/version.rb2
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)
diff --git a/VERSION b/VERSION
index ec58f96f68..2bccaa760d 100644
--- a/VERSION
+++ b/VERSION
@@ -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
#