diff options
author | Chef Versioner <chef-versioner@chef.io> | 2016-08-16 17:45:21 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2016-08-16 17:45:21 +0000 |
commit | 8fbadf6853dc46aabdcc0063f4d04412f3be48a0 (patch) | |
tree | 0f5c078aa49c4e8429814b6600636d16d6611e9d /chef-config | |
parent | 23d27cf2807a9b5d4307818ed7e7501cf44db56e (diff) | |
download | chef-8fbadf6853dc46aabdcc0063f4d04412f3be48a0.tar.gz |
Bump version of chef to 12.14.1 by Chef Versioner.v12.14.1
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 f98448914d..a8ef55956e 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.0" + VERSION = "12.14.1" end # |