summaryrefslogtreecommitdiff
path: root/chef-config/lib/chef-config/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-04-29 23:05:56 +0000
committerChef Expeditor <chef-ci@chef.io>2019-04-29 23:05:56 +0000
commitfb7982e40379221c6c0d36755e081aca7a862301 (patch)
tree9399a2cf3a2395b0a69f3ace2c9f6ecd642a9471 /chef-config/lib/chef-config/version.rb
parenta799878ca9b8704a119bef4388fe0c763f170902 (diff)
downloadchef-fb7982e40379221c6c0d36755e081aca7a862301.tar.gz
Bump version to 15.0.239 by Chef Expeditorv15.0.239
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 0649cda02e..6ca0471605 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.238".freeze
+ VERSION = "15.0.239".freeze
end
#