summaryrefslogtreecommitdiff
path: root/chef-bin/lib/chef-bin/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-02-03 20:12:28 +0000
committerChef Expeditor <chef-ci@chef.io>2021-02-03 20:12:28 +0000
commit17432f4f71847e3c711e99cf6ea2525974c54494 (patch)
tree90ed21cd4054ddf152efcc7a378f02a4372f6ead /chef-bin/lib/chef-bin/version.rb
parent3afb068f62c7cc1719920524a37bf0b3647b08dc (diff)
downloadchef-17432f4f71847e3c711e99cf6ea2525974c54494.tar.gz
Bump version to 17.0.72 by Chef Expeditorv17.0.72
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 e41208f0c7..ee57c2af1b 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.71".freeze
+ VERSION = "17.0.72".freeze
end
#