summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-08-07 21:59:38 +0000
committerChef Expeditor <chef-ci@chef.io>2019-08-07 21:59:39 +0000
commit1f8a11b2a21e2025cba5e1872429113f06a0b86a (patch)
tree7e0cb53ac7cfab52f2de302e43868b245f48eae1 /chef-config
parentc08bcca7d06ff3159b52940779d77ce5888214b0 (diff)
downloadchef-1f8a11b2a21e2025cba5e1872429113f06a0b86a.tar.gz
Bump version to 15.2.15 by Chef Expeditorv15.2.15
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 2f9746986d..11f0bf7dfe 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.14".freeze
+ VERSION = "15.2.15".freeze
end
#