summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-10-24 16:56:45 +0000
committerChef Expeditor <chef-ci@chef.io>2018-10-24 16:56:45 +0000
commit15f41cc22e6d911fb4ae2e6e696b5e6d412b649c (patch)
tree12d2ccd1df6794c2e7541ae6107a242d3345402c /chef-config
parent8995c6b93ff39661278c6c5e3b689bbaed94ede2 (diff)
downloadchef-15f41cc22e6d911fb4ae2e6e696b5e6d412b649c.tar.gz
Bump version to 14.6.39 by Chef Expeditorv14.6.39
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 6cce64ed2b..7365250cde 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 = "14.6.38".freeze
+ VERSION = "14.6.39".freeze
end
#