summaryrefslogtreecommitdiff
path: root/chef-config/lib/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-11-05 15:27:50 +0000
committerChef Expeditor <chef-ci@chef.io>2018-11-05 15:27:50 +0000
commit9a73f1d0b5f51892b001c2371dbbefe5f1c97be5 (patch)
tree3b6e4a9ed2c12062e5e92ce1b1b38c86081f48bd /chef-config/lib/chef-config
parent27bf43db30c3db696dbaab87d19343666a819e72 (diff)
downloadchef-9a73f1d0b5f51892b001c2371dbbefe5f1c97be5.tar.gz
Bump version to 15.0.39 by Chef Expeditorv15.0.39
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib/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 b394f7f436..a48f386de8 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.38".freeze
+ VERSION = "15.0.39".freeze
end
#