summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-07 00:13:15 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-07 00:13:21 +0000
commitc03cd33e049b9f7e1bd92a0c2f659b4671592bb8 (patch)
tree3607afb51d878c5814b01779449d102513a0fc95 /chef-config
parent1d4de4f41cd3d505dcc0fe5116e7002cdcd508cd (diff)
downloadchef-c03cd33e049b9f7e1bd92a0c2f659b4671592bb8.tar.gz
Bump version to 15.9.19 by Chef Expeditorv15.9.19
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 ac20a48319..1b85f6c6e8 100644
--- a/chef-config/lib/chef-config/version.rb
+++ b/chef-config/lib/chef-config/version.rb
@@ -15,5 +15,5 @@
module ChefConfig
CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "15.9.18".freeze
+ VERSION = "15.9.19".freeze
end