summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-06-20 18:29:48 +0000
committerChef Expeditor <chef-ci@chef.io>2019-06-20 18:29:48 +0000
commit1d46bef432d29f94eeea328990a4e123a63ce81f (patch)
tree855bd47680cbb3b8ef846ca6d6cb2fc35c361392 /chef-config
parentb5e8d27e8071fca237c9a915b553503dae6f96ca (diff)
downloadchef-1d46bef432d29f94eeea328990a4e123a63ce81f.tar.gz
Bump version to 15.1.20 by Chef Expeditorv15.1.20
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.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 2dcc6d96fc..52663e0ce0 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.1.19".freeze
+ VERSION = "15.1.20".freeze
end
#