diff options
author | Chef Versioner <chef-versioner@chef.io> | 2016-09-20 22:28:30 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2016-09-20 22:28:30 +0000 |
commit | 185efeee3c579aac0d75a519f822ee2b5ac24f2d (patch) | |
tree | 9f91d9b3f5c3b000a8c454c5c156c4808710c537 /chef-config | |
parent | b23ba82446fb79c8f6b4b8b724effdb708e967e5 (diff) | |
download | chef-185efeee3c579aac0d75a519f822ee2b5ac24f2d.tar.gz |
Bump version of chef to 12.14.81 by Chef Versioner.v12.14.81
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 1f464c1a4d..aa6979af0a 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 = "12.14.80" + VERSION = "12.14.81" end # |