summaryrefslogtreecommitdiff
path: root/chef-config/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-07-02 15:10:53 +0000
committerChef Expeditor <chef-ci@chef.io>2019-07-02 15:10:53 +0000
commit476d2367f8b60e653289c048df6d1f4042b0753b (patch)
treea692123e97ff378b8d2e9d54cbf26bc01056e89d /chef-config/lib
parent71828def91991c4561fdcfca60ced599606a2120 (diff)
downloadchef-476d2367f8b60e653289c048df6d1f4042b0753b.tar.gz
Bump version to 15.1.39 by Chef Expeditorv15.1.39
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib')
-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 edd5477433..c20f2d70be 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.38".freeze
+ VERSION = "15.1.39".freeze
end
#