diff options
author | Chef Expeditor <chef-ci@chef.io> | 2023-02-04 14:54:31 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2023-02-04 14:54:31 +0000 |
commit | 0d4e7347d6d2aab3fbe4b03ad2d9fd4ff69d2af1 (patch) | |
tree | 84376042c6fd7054a089e2c35b7a0bcb9885a81b /chef-bin | |
parent | 64e986b44ec5ff7ffbbf5cf1771f7f2ece927082 (diff) | |
download | chef-0d4e7347d6d2aab3fbe4b03ad2d9fd4ff69d2af1.tar.gz |
Bump version to 18.1.12 by Chef Expeditorv18.1.12
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 8360b4a5da..08ac8e0635 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.1.11".freeze + VERSION = "18.1.12".freeze end # |