summaryrefslogtreecommitdiff
path: root/chef-bin/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-04-01 21:23:29 +0000
committerChef Expeditor <chef-ci@chef.io>2021-04-01 21:23:29 +0000
commit981f389051370b94a665b97c1f1d3792ff166f00 (patch)
tree6f22b6a1dcb43e05e72abf76e834ac73798970e4 /chef-bin/lib
parente32ae19bf8f33cb33a25e9237bfaef4a71c16bf6 (diff)
downloadchef-981f389051370b94a665b97c1f1d3792ff166f00.tar.gz
Bump version to 17.0.179 by Chef Expeditorv17.0.179
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 2a2eaab4ca..4b824cbb3c 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.178".freeze
+ VERSION = "17.0.179".freeze
end
#