summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-06-20 17:16:33 +0000
committerChef Expeditor <chef-ci@chef.io>2019-06-20 17:16:33 +0000
commitc8168aece5d38dd83cf88055d2e936cb3173e856 (patch)
treef0f1e53c7168818b470423464a1eafe07b5fb0ee /chef-config
parentfa41ed1cb51c2a08d162514bb0fe85dd66b4f96e (diff)
downloadchef-c8168aece5d38dd83cf88055d2e936cb3173e856.tar.gz
Bump version to 15.1.19 by Chef Expeditorv15.1.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 49aa49b176..2dcc6d96fc 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.18".freeze
+ VERSION = "15.1.19".freeze
end
#