summaryrefslogtreecommitdiff
path: root/chef-bin/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-07-22 20:14:24 +0000
committerChef Expeditor <chef-ci@chef.io>2020-07-22 20:14:24 +0000
commited0c748602972e0bfd701d6f022cca6fb9185b3c (patch)
treea452b92c320c7fad713efb856c518e9b89b07262 /chef-bin/lib
parent42e9da03505473cda5ba0fd095f650e0bfbe0f0e (diff)
downloadchef-ed0c748602972e0bfd701d6f022cca6fb9185b3c.tar.gz
Bump version to 16.3.24 by Chef Expeditorv16.3.24
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin/lib')
-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 e8c0bd70ce..b10e4e15ad 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.3.23".freeze
+ VERSION = "16.3.24".freeze
end
#