diff options
author | Chef Versioner <chef-versioner@chef.io> | 2017-04-06 20:49:00 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2017-04-06 20:49:00 +0000 |
commit | 851f744f4fabb1a2fd9c99703ca428749006a878 (patch) | |
tree | 26b4ac7516425f69855cfd2dfdd66122daa18743 /chef-config/lib | |
parent | b8afdc5630ebe502beadf214b9ca0abc1c98c43b (diff) | |
download | chef-851f744f4fabb1a2fd9c99703ca428749006a878.tar.gz |
Bump version of chef to 13.0.112 by Chef Versioner.v13.0.112
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 c68ef92303..9aebb72305 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.111" + VERSION = "13.0.112" end # |