diff options
author | Chef Versioner <chef-versioner@chef.io> | 2017-05-31 12:18:02 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2017-05-31 12:18:02 +0000 |
commit | 734774fcbb012533f99c9aa67ca1e6b54f922137 (patch) | |
tree | e552cb53459f00dc520fdb3546eff49e1022f2db | |
parent | b5b878cd76ebd412636eca49fd02e4254389baf1 (diff) | |
download | chef-734774fcbb012533f99c9aa67ca1e6b54f922137.tar.gz |
Bump version of chef to 13.2.1 by Chef Versioner.v13.2.1
-rw-r--r-- | Gemfile.lock | 10 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | chef-config/lib/chef-config/version.rb | 2 | ||||
-rw-r--r-- | lib/chef/version.rb | 4 |
4 files changed, 9 insertions, 9 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 4112ce00b7..bf0a7fd34b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -30,10 +30,10 @@ GIT PATH remote: . specs: - chef (13.2.0) + chef (13.2.1) addressable bundler (>= 1.10) - chef-config (= 13.2.0) + chef-config (= 13.2.1) chef-zero (>= 13.0) diff-lcs (~> 1.2, >= 1.2.4) erubis (~> 2.7) @@ -60,10 +60,10 @@ PATH specinfra (~> 2.10) syslog-logger (~> 1.6) uuidtools (~> 2.1.5) - chef (13.2.0-universal-mingw32) + chef (13.2.1-universal-mingw32) addressable bundler (>= 1.10) - chef-config (= 13.2.0) + chef-config (= 13.2.1) chef-zero (>= 13.0) diff-lcs (~> 1.2, >= 1.2.4) erubis (~> 2.7) @@ -105,7 +105,7 @@ PATH PATH remote: chef-config specs: - chef-config (13.2.0) + chef-config (13.2.1) addressable fuzzyurl mixlib-config (~> 2.0) @@ -1 +1 @@ -13.2.0
\ No newline at end of file +13.2.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 dd4b7aff5e..34e1f2cac4 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.2.0" + VERSION = "13.2.1" end # diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 065ca8907a..4dc1ffa1eb 100644 --- a/lib/chef/version.rb +++ b/lib/chef/version.rb @@ -19,11 +19,11 @@ # task instead. #!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -require "chef/version_string" +require 'chef/version_string' class Chef CHEF_ROOT = File.expand_path("../..", __FILE__) - VERSION = Chef::VersionString.new("13.2.0") + VERSION = Chef::VersionString.new("13.2.1") end # |