summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-01-08 20:09:51 +0000
committerChef Expeditor <chef-ci@chef.io>2021-01-08 20:09:51 +0000
commit8761259eb1f60882d5d0c24dd920e25b57b07a67 (patch)
tree65c7bb516c58de02bf31c0d190c7fe535ba07959 /chef-config
parent7ac29424e759e4a5acd1fb20b53c3688b2705f5d (diff)
downloadchef-8761259eb1f60882d5d0c24dd920e25b57b07a67.tar.gz
Bump version to 15.15.1 by Chef Expeditorv15.15.1
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 282df40986..b1dc6961c7 100644
--- a/chef-config/lib/chef-config/version.rb
+++ b/chef-config/lib/chef-config/version.rb
@@ -15,5 +15,5 @@
module ChefConfig
CHEFCONFIG_ROOT = File.expand_path("..", __dir__)
- VERSION = "15.15.0".freeze
+ VERSION = "15.15.1".freeze
end