summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-03-01 18:47:37 +0000
committerChef Expeditor <chef-ci@chef.io>2021-03-01 18:47:37 +0000
commit1233c9380053d663280c9d32513df5ecb93f8eea (patch)
tree189d4aa48d0c677e363b70a38717727398ef597a /chef-bin
parent636251567c8cb17529ebe2f77da123fb49c74df3 (diff)
downloadchef-1233c9380053d663280c9d32513df5ecb93f8eea.tar.gz
Bump version to 17.0.129 by Chef Expeditorv17.0.129
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 fa502b5cae..3280682140 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.128".freeze
+ VERSION = "17.0.129".freeze
end
#