summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-11-03 23:16:36 +0000
committerChef Expeditor <chef-ci@chef.io>2020-11-03 23:16:36 +0000
commitdc315ecf9180fbfc5f7fe4ed31f8df22ffc0b604 (patch)
treecf84053335f212f02cb26ad715befcb7a0bdaa1a /chef-bin
parent1f895b3cff6c985895eee2ed49d50cc73c1ac96b (diff)
downloadchef-dc315ecf9180fbfc5f7fe4ed31f8df22ffc0b604.tar.gz
Bump version to 16.7.23 by Chef Expeditorv16.7.23
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin')
-rw-r--r--chef-bin/lib/chef-bin/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-bin/lib/chef-bin/version.rb b/chef-bin/lib/chef-bin/version.rb
index ef2e3d1995..52bc183016 100644
--- a/chef-bin/lib/chef-bin/version.rb
+++ b/chef-bin/lib/chef-bin/version.rb
@@ -21,7 +21,7 @@
module ChefBin
CHEFBIN_ROOT = File.expand_path("..", __dir__)
- VERSION = "16.7.22".freeze
+ VERSION = "16.7.23".freeze
end
#