summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-11-09 18:14:21 +0000
committerChef Expeditor <chef-ci@chef.io>2020-11-09 18:14:21 +0000
commit4e62b317a97140c9c44a5f9ff15376992896690a (patch)
tree3f20764f055cb32e86e165a032823745c1fca2fc /chef-bin
parentc0b5f9231c378bf0913bba10411c848914d81fd3 (diff)
downloadchef-4e62b317a97140c9c44a5f9ff15376992896690a.tar.gz
Bump version to 16.7.30 by Chef Expeditorv16.7.30
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 be7691dc9b..c77ef5117c 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 = "16.7.29".freeze
+ VERSION = "16.7.30".freeze
end
#