summaryrefslogtreecommitdiff
path: root/chef-bin/lib/chef-bin/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-03-31 05:37:31 +0000
committerChef Expeditor <chef-ci@chef.io>2021-03-31 05:37:31 +0000
commit497dd4af19ea7dff9a72d704a1de8e9be36b2996 (patch)
tree8c92e2f638d0ced7d4dad20ead19eee5b6d0c40f /chef-bin/lib/chef-bin/version.rb
parenteea0b6a01acdafa2b658a252a9001ad9000dbd9e (diff)
downloadchef-17.0.177.tar.gz
Bump version to 17.0.177 by Chef Expeditorv17.0.177
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin/lib/chef-bin/version.rb')
-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 811d1906f6..9b45b401a5 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.0.176".freeze
+ VERSION = "17.0.177".freeze
end
#