summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-09-28 12:33:44 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-09-28 12:33:44 +0000
commitebb3b4437a0601a1420b59745eb3b4d2b18a7275 (patch)
treee7aad8f7204ac47017eb15d96d54340b02ef3515
parentc49fe5f2d8f0ab62b731274fb477bc1bcc35eee6 (diff)
downloadchef-ebb3b4437a0601a1420b59745eb3b4d2b18a7275.tar.gz
Bump version to 13.5.1 by Chef Expeditorv13.5.1
-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 e407fa97f7..2ec2895be1 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -17,10 +17,10 @@ GIT
PATH
remote: .
specs:
- chef (13.4.36)
+ chef (13.5.1)
addressable
bundler (>= 1.10)
- chef-config (= 13.4.36)
+ chef-config (= 13.5.1)
chef-zero (>= 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -47,10 +47,10 @@ PATH
specinfra (~> 2.10)
syslog-logger (~> 1.6)
uuidtools (~> 2.1.5)
- chef (13.4.36-universal-mingw32)
+ chef (13.5.1-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 13.4.36)
+ chef-config (= 13.5.1)
chef-zero (>= 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -92,7 +92,7 @@ PATH
PATH
remote: chef-config
specs:
- chef-config (13.4.36)
+ chef-config (13.5.1)
addressable
fuzzyurl
mixlib-config (~> 2.0)
diff --git a/VERSION b/VERSION
index d224e69099..9400e4c0ad 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.5.0
+13.5.1 \ 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 f40ea88c08..a2568bf46e 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 = "13.4.36"
+ VERSION = "13.5.1"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 1704b653dd..64b4cab094 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require "chef/version_string"
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = Chef::VersionString.new("13.4.36")
+ VERSION = Chef::VersionString.new("13.5.1")
end
#