summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-02-08 01:53:52 +0000
committerChef Expeditor <chef-ci@chef.io>2022-02-08 01:53:52 +0000
commit3c316cbc497f58d56807d988561ff2eefd1b7e03 (patch)
tree13504b426fb7d1fe453f7313ed5b6e7d344fa598 /chef-bin
parentbad5817f98f8b2c6a580d53a8e929bf271b2a6e8 (diff)
downloadchef-3c316cbc497f58d56807d988561ff2eefd1b7e03.tar.gz
Bump version to 17.9.46 by Chef Expeditorv17.9.46
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 ffdd5e3854..7a94c10e66 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 = "17.9.45".freeze
+ VERSION = "17.9.46".freeze
end
#