diff options
author | Chef Expeditor <chef-ci@chef.io> | 2022-03-15 19:36:42 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2022-03-15 19:36:42 +0000 |
commit | d62945c3a94de662846245a3025fdcfa121e1298 (patch) | |
tree | 76ad3ca76f4d1af0989cbc2265161101330c7622 /chef-bin | |
parent | 086f61ce8d7ed500ee46ca8cbbc1619fdbb37fa6 (diff) | |
download | chef-d62945c3a94de662846245a3025fdcfa121e1298.tar.gz |
Bump version to 18.0.68 by Chef Expeditorv18.0.68
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.rb | 2 |
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 13ab925ba6..96b7fb0d9b 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 = "18.0.67".freeze + VERSION = "18.0.68".freeze end # |