summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-09-16 19:07:53 +0000
committerChef Expeditor <expeditor@chef.io>2019-09-16 19:07:53 +0000
commit95cbe993cd23b223f162e81620a4c79f3a27bef9 (patch)
treeb6910ab0d38a3642f47e2eaa4e806e897abb679a
parentc7cf373280688be6ca33bda7baf3dadf9dd7a79a (diff)
downloadchef-95cbe993cd23b223f162e81620a4c79f3a27bef9.tar.gz
Bump version to 15.4.1 by Chef Expeditorv15.4.1
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--Gemfile.lock14
-rw-r--r--chef-bin/lib/chef-bin/version.rb2
-rw-r--r--chef-config/lib/chef-config/version.rb2
-rw-r--r--lib/chef/version.rb2
4 files changed, 10 insertions, 10 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index cb34ab75b0..fc044139f7 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -27,11 +27,11 @@ GIT
PATH
remote: .
specs:
- chef (15.5.1)
+ chef (15.4.1)
addressable
bcrypt_pbkdf (~> 1.0)
bundler (>= 1.10)
- chef-config (= 15.5.1)
+ chef-config (= 15.4.1)
chef-zero (>= 14.0.11)
diff-lcs (~> 1.2, >= 1.2.4)
ed25519 (~> 1.2)
@@ -58,11 +58,11 @@ PATH
train-winrm
tty-screen (~> 0.6)
uuidtools (~> 2.1.5)
- chef (15.5.1-universal-mingw32)
+ chef (15.4.1-universal-mingw32)
addressable
bcrypt_pbkdf (~> 1.0)
bundler (>= 1.10)
- chef-config (= 15.5.1)
+ chef-config (= 15.4.1)
chef-zero (>= 14.0.11)
diff-lcs (~> 1.2, >= 1.2.4)
ed25519 (~> 1.2)
@@ -105,13 +105,13 @@ PATH
PATH
remote: chef-bin
specs:
- chef-bin (15.5.1)
- chef (= 15.5.1)
+ chef-bin (15.4.1)
+ chef (= 15.4.1)
PATH
remote: chef-config
specs:
- chef-config (15.5.1)
+ chef-config (15.4.1)
addressable
fuzzyurl
mixlib-config (>= 2.2.12, < 4.0)
diff --git a/chef-bin/lib/chef-bin/version.rb b/chef-bin/lib/chef-bin/version.rb
index bc7444211c..51df34a5c6 100644
--- a/chef-bin/lib/chef-bin/version.rb
+++ b/chef-bin/lib/chef-bin/version.rb
@@ -21,7 +21,7 @@
module ChefBin
CHEFBIN_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "15.5.1".freeze
+ VERSION = "15.4.1".freeze
end
#
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb
index 19212bb30d..2fcc3d6bc4 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 = "15.5.1".freeze
+ VERSION = "15.4.1".freeze
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 9dac11da69..685929c22f 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require_relative "version_string"
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = Chef::VersionString.new("15.5.1")
+ VERSION = Chef::VersionString.new("15.4.1")
end
#