summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-02-23 15:27:40 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-02-23 15:27:40 +0000
commit155d173ec342e4a6f7bb36f2a2f7a0ce6e941313 (patch)
treee68387540b86e5de29ae60c9033980dbc7f58137
parent5766adc2c29e914e789e6adfde55c177fb9dd69a (diff)
downloadchef-155d173ec342e4a6f7bb36f2a2f7a0ce6e941313.tar.gz
Bump version to 13.8.0 by Expeditorv13.8.0
-rw-r--r--Gemfile.lock10
-rw-r--r--chef-config/lib/chef-config/version.rb2
-rw-r--r--lib/chef/version.rb2
3 files changed, 7 insertions, 7 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index fd3171d07d..8922206033 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -17,10 +17,10 @@ GIT
PATH
remote: .
specs:
- chef (13.7.28)
+ chef (13.8.0)
addressable
bundler (>= 1.10)
- chef-config (= 13.7.28)
+ chef-config (= 13.8.0)
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.7.28-universal-mingw32)
+ chef (13.8.0-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 13.7.28)
+ chef-config (= 13.8.0)
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.7.28)
+ chef-config (13.8.0)
addressable
fuzzyurl
mixlib-config (~> 2.0)
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb
index b3ceca5982..bc803a38d3 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.7.28"
+ VERSION = "13.8.0"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 4a8f7646f7..b9c38d0349 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.7.28")
+ VERSION = Chef::VersionString.new("13.8.0")
end
#