diff options
author | Chef Expeditor <chef-ci@chef.io> | 2022-07-11 10:56:58 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2022-07-11 10:56:58 +0000 |
commit | c09121ae39121d946684bfe6681686693243aec8 (patch) | |
tree | 0068ebe00edef54422347d09e3e6c0ec50d9d5c7 /chef-bin/lib | |
parent | 4797e01535af8e33ace9ef3a7404dd8256913bce (diff) | |
download | chef-c09121ae39121d946684bfe6681686693243aec8.tar.gz |
Bump version to 18.0.130 by Chef Expeditorv18.0.130
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin/lib')
-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 c0b19e90d7..f06cb01c68 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.129".freeze + VERSION = "18.0.130".freeze end # |