summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-07-23 20:21:23 +0000
committerChef Expeditor <chef-ci@chef.io>2019-07-23 20:21:23 +0000
commit45c89f2ea67b7038ed5a3333de2aebc14e57723f (patch)
tree61c0a97e65ca072cabf7898d8f127c4cdd760bc2 /chef-config
parenteda9826c9c4a1612fc350fc780320ebcf81bdb8a (diff)
downloadchef-45c89f2ea67b7038ed5a3333de2aebc14e57723f.tar.gz
Bump version to 15.2.3 by Chef Expeditorv15.2.3
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 dd3fd9449c..7adedf2403 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.2".freeze
+ VERSION = "15.2.3".freeze
end
#