summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-08-20 19:18:21 +0000
committerChef Expeditor <chef-ci@chef.io>2019-08-20 19:18:21 +0000
commit9149b5e17aac105aa6f31858e42b8577c0039af7 (patch)
treef0e96a9f9c5d605fc86619750d8b22b4aaeb4cde /chef-config
parent99fbfb06b9780a72a0033507fe519acd81b4a3b0 (diff)
downloadchef-9149b5e17aac105aa6f31858e42b8577c0039af7.tar.gz
Bump version to 15.2.27 by Chef Expeditorv15.2.27
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 98faa476f7..a413604716 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.2.26".freeze
+ VERSION = "15.2.27".freeze
end
#