diff options
author | Chef Versioner <chef-versioner@chef.io> | 2017-01-05 23:03:00 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2017-01-05 23:03:00 +0000 |
commit | 10e0e52a613c7187c56b335f788ac506a7fd7aeb (patch) | |
tree | 2cd9c6425c62ca874b6391bd1c64ba7ce27290d0 /chef-config | |
parent | dc7cebebcdd944552df08abcba6bb44f117a2f09 (diff) | |
download | chef-10e0e52a613c7187c56b335f788ac506a7fd7aeb.tar.gz |
Bump version of chef to 12.18.23 by Chef Versioner.v12.18.23
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 b6db28ad08..d2f902d999 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.18.22" + VERSION = "12.18.23" end # |