diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-09-11 04:03:24 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-09-11 04:03:24 +0000 |
commit | 7eb2bfefbc4b138b5b8ce19239ebf70f83de8ca9 (patch) | |
tree | 06222b8cdf9c26d41dc05f379753052c91bd3a43 /chef-config | |
parent | 38632e556c8a5c4e97982721fd1eba9a7544aab6 (diff) | |
download | chef-7eb2bfefbc4b138b5b8ce19239ebf70f83de8ca9.tar.gz |
Bump version to 14.5.11 by Chef Expeditorv14.5.11
Obvious fix; these changes are the result of automation not creative thinking.
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 ef2fb34e20..624bfcb519 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.5.10".freeze + VERSION = "14.5.11".freeze end # |