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 /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 'lib')
-rw-r--r-- | lib/chef/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 340d699f79..812f630faf 100644 --- a/lib/chef/version.rb +++ b/lib/chef/version.rb @@ -23,7 +23,7 @@ require_relative "version_string" class Chef CHEF_ROOT = File.expand_path("..", __dir__) - VERSION = Chef::VersionString.new("18.0.129") + VERSION = Chef::VersionString.new("18.0.130") end # |