diff options
author | Chef Expeditor <chef-ci@chef.io> | 2018-10-02 20:16:43 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2018-10-02 20:16:43 +0000 |
commit | 9a8182d5559395f0b1b36bafd62af6e5a626ad8c (patch) | |
tree | 60be03a4364881fb8056ac104d5d43ff26b9c02a /chef-config/lib | |
parent | e0bf689838d1a8c7461593ae4348910aaac765d0 (diff) | |
download | chef-9a8182d5559395f0b1b36bafd62af6e5a626ad8c.tar.gz |
Bump version to 14.6.11 by Chef Expeditorv14.6.11
Obvious fix; these changes are the result of automation not creative thinking.
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 8a603659bc..baebffa60c 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 = "14.6.10".freeze + VERSION = "14.6.11".freeze end # |