summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-09-14 22:57:16 +0000
committerChef Expeditor <expeditor@chef.io>2019-09-14 22:57:16 +0000
commit10a38cb514c2f6e2082051c83e6cd3fdf9c5f137 (patch)
tree502e924a3fc1297c2ec8c4761c20fac46d459317 /chef-config
parent8ac5862cc6aa099b0b652be96111b7769916a8bf (diff)
downloadchef-10a38cb514c2f6e2082051c83e6cd3fdf9c5f137.tar.gz
Bump version to 15.3.15 by Chef Expeditorv15.3.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 af06293df9..78cb7315f8 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.3.14".freeze
+ VERSION = "15.3.15".freeze
end
#