summaryrefslogtreecommitdiff
path: root/chef-config/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-10-31 02:10:22 +0000
committerChef Expeditor <chef-ci@chef.io>2018-10-31 02:10:22 +0000
commit60f6b36f0f8b8bfe94ec8bf01a02c865912cd0bd (patch)
treee0fce6b922077ccadf9d331cb650955a22e4ff17 /chef-config/lib
parent778cafa101d9f4c7480aa2c70244cadfcdf4421f (diff)
downloadchef-60f6b36f0f8b8bfe94ec8bf01a02c865912cd0bd.tar.gz
Bump version to 15.0.18 by Chef Expeditorv15.0.18
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 c1e5b5c8f9..dd011b1ca3 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.17".freeze
+ VERSION = "15.0.18".freeze
end
#