summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-06-25 16:37:34 +0000
committerChef Expeditor <chef-ci@chef.io>2019-06-25 16:37:34 +0000
commit1e319e3b7a9fa66d4c207f4b262b053fd0a7d5e1 (patch)
tree99217b32e0de87aa292f86b030d61ea914a0e6c4 /chef-config
parent19278b684d5c3f2e117ff005171f8c05001780a9 (diff)
downloadchef-1e319e3b7a9fa66d4c207f4b262b053fd0a7d5e1.tar.gz
Bump version to 15.1.27 by Chef Expeditorv15.1.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 50f4922a31..9090fdd9a2 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.26".freeze
+ VERSION = "15.1.27".freeze
end
#