diff options
-rw-r--r-- | Gemfile.lock | 14 | ||||
-rw-r--r-- | chef-bin/lib/chef-bin/version.rb | 2 | ||||
-rw-r--r-- | chef-config/lib/chef-config/version.rb | 2 | ||||
-rw-r--r-- | lib/chef/version.rb | 2 |
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 # |