summaryrefslogtreecommitdiff
path: root/chef-config/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-06-25 16:41:12 +0000
committerChef Expeditor <chef-ci@chef.io>2019-06-25 16:41:12 +0000
commitaad97f389c0b7a164e67bef5ab7e928a0f914885 (patch)
tree7f176662fbc68a6c5a469d609a32b25b8b34927d /chef-config/lib
parentd4e30e7291a6aa8291c436cc373185d431a04591 (diff)
downloadchef-aad97f389c0b7a164e67bef5ab7e928a0f914885.tar.gz
Bump version to 15.1.28 by Chef Expeditorv15.1.28
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 9090fdd9a2..40f1d33584 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.27".freeze
+ VERSION = "15.1.28".freeze
end
#