summaryrefslogtreecommitdiff
path: root/chef-config/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-02-24 18:09:15 +0000
committerChef Expeditor <expeditor@chef.io>2020-02-24 18:09:15 +0000
commitdabb4a8bb027b63bb555acb5a057df1ccf5a5584 (patch)
tree24e754f9403af841da9eb0691ce21b0bed376b4f /chef-config/lib
parent8857916e1a0854b5a0dccfcf0724f461ddf50844 (diff)
downloadchef-dabb4a8bb027b63bb555acb5a057df1ccf5a5584.tar.gz
Bump version to 16.0.75 by Chef Expeditorv16.0.75
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib')
-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 4adedf4b14..070bb8f56e 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("../..", __FILE__)
- VERSION = "16.0.74".freeze
+ VERSION = "16.0.75".freeze
end