diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-12-03 23:18:57 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-12-03 23:18:57 +0000 |
commit | 461c17cb04b6a12e338f59aa36b18e78828321af (patch) | |
tree | 06da486a9a00a0996573a45839e5295943766ae5 /chef-utils | |
parent | 4934d731087e0f410011a28a37da510e7706ceb0 (diff) | |
download | chef-461c17cb04b6a12e338f59aa36b18e78828321af.tar.gz |
Bump version to 16.7.68 by Chef Expeditorv16.7.68
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-utils')
-rw-r--r-- | chef-utils/lib/chef-utils/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-utils/lib/chef-utils/version.rb b/chef-utils/lib/chef-utils/version.rb index 2811a71b7e..57f97f63b7 100644 --- a/chef-utils/lib/chef-utils/version.rb +++ b/chef-utils/lib/chef-utils/version.rb @@ -16,5 +16,5 @@ module ChefUtils CHEFUTILS_ROOT = File.expand_path("..", __dir__) - VERSION = "16.7.67" + VERSION = "16.7.68" end |