summaryrefslogtreecommitdiff
path: root/chef-config/lib/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-11-01 20:48:26 +0000
committerChef Expeditor <chef-ci@chef.io>2018-11-01 20:48:26 +0000
commit3ed6ca25c6a8e8887f86807aa5e80244247f69d4 (patch)
treea842f5ef5d7fa0e239ca51602789d1288e15490c /chef-config/lib/chef-config
parent1b13f02dce754ad0d959bc56b8518c46e29ea5a0 (diff)
downloadchef-3ed6ca25c6a8e8887f86807aa5e80244247f69d4.tar.gz
Bump version to 15.0.28 by Chef Expeditorv15.0.28
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib/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 bf1099513f..4f53ca069e 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.27".freeze
+ VERSION = "15.0.28".freeze
end
#