diff options
author | Chef Versioner <chef-versioner@chef.io> | 2017-03-17 09:08:08 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2017-03-17 09:08:08 +0000 |
commit | ee96be8981c0d8d4f15102a17722765a131f7c68 (patch) | |
tree | 8badaaa35f1325c71e2cac5bc56387b38b385cdb /chef-config | |
parent | cbf82e69f2084ef373b2eeaf003475cf64000b8f (diff) | |
download | chef-ee96be8981c0d8d4f15102a17722765a131f7c68.tar.gz |
Bump version of chef to 13.0.47 by Chef Versioner.v13.0.47
Diffstat (limited to 'chef-config')
-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 a1742c990e..13c18c08c0 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.46" + VERSION = "13.0.47" end # |