diff options
author | Chef Versioner <chef-versioner@chef.io> | 2017-04-12 20:40:22 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2017-04-12 20:40:22 +0000 |
commit | 58c096d5252ea0da37c63b188f14a96a03b507aa (patch) | |
tree | d70bfba06fc2bd5cf90c9e4e31528a287b655bb1 /chef-config/lib | |
parent | af58e5a6632cedd5b772b21a0bfe96e53c4f2c6c (diff) | |
download | chef-58c096d5252ea0da37c63b188f14a96a03b507aa.tar.gz |
Bump version of chef to 13.0.119 by Chef Versioner.v13.0.119
Diffstat (limited to 'chef-config/lib')
-rw-r--r-- | chef-config/lib/chef-config/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb index e5105b657e..b2a0c493bf 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.0.118" + VERSION = "13.0.119" end # |