summaryrefslogtreecommitdiff
path: root/chef-config/lib/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-11-05 15:53:01 +0000
committerChef Expeditor <chef-ci@chef.io>2018-11-05 15:53:01 +0000
commit8f11fb732230e924a3559b3697d1de077b9a412a (patch)
treeba616b0192939f405464878a4890d0f15e9dfb2b /chef-config/lib/chef-config
parentc80d5bf9d1162d1dd6e07ff47d0cf74427f89af8 (diff)
downloadchef-8f11fb732230e924a3559b3697d1de077b9a412a.tar.gz
Bump version to 15.0.40 by Chef Expeditorv15.0.40
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 a48f386de8..4351e316ed 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.39".freeze
+ VERSION = "15.0.40".freeze
end
#