summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-06-14 18:37:45 +0000
committerChef Expeditor <chef-ci@chef.io>2019-06-14 18:37:45 +0000
commitf2708f94c237bcd450e1687ae703e5cc030fc5b2 (patch)
tree171927d0f48af3f5236913e1f2d7d0a102912de8 /chef-config
parent977f8a0c3e2b6e7d701ce949a67ddd08f698095a (diff)
downloadchef-f2708f94c237bcd450e1687ae703e5cc030fc5b2.tar.gz
Bump version to 15.1.11 by Chef Expeditorv15.1.11
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 916117a2ba..be7f5c38d1 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.10".freeze
+ VERSION = "15.1.11".freeze
end
#