summaryrefslogtreecommitdiff
path: root/chef-config/lib/chef-config/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-04-17 21:01:14 +0000
committerChef Expeditor <chef-ci@chef.io>2019-04-17 21:01:14 +0000
commitbea342daed755aff8b31d7cc3a6f3ad9e438ec92 (patch)
tree030b019fa0a9d1e12adf371b35b5649d3a68da7c /chef-config/lib/chef-config/version.rb
parent48b3702ed15148aac96ca25af9f81f96a26d2531 (diff)
downloadchef-bea342daed755aff8b31d7cc3a6f3ad9e438ec92.tar.gz
Bump version to 15.0.220 by Chef Expeditorv15.0.220
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib/chef-config/version.rb')
-rw-r--r--chef-config/lib/chef-config/version.rb2
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 5b63dc4a98..6c157403a4 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 = "15.0.219".freeze
+ VERSION = "15.0.220".freeze
end
#