diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2017-09-01 23:32:19 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2017-09-01 23:32:19 +0000 |
commit | a46fc67317cda79483dc5c5f5e72d4ec4adefd55 (patch) | |
tree | 4b8148773d7023f6635a3189172f3bacb8b48d78 /lib/chef/version.rb | |
parent | cdea3fbca5f5eb9c5efd7fd22133fdedfeb8319a (diff) | |
download | chef-a46fc67317cda79483dc5c5f5e72d4ec4adefd55.tar.gz |
Bump version to 12.21.8 by Chef Expeditorv12.21.8
Diffstat (limited to 'lib/chef/version.rb')
-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 e915a7779b..79b616ed6e 100644 --- a/lib/chef/version.rb +++ b/lib/chef/version.rb @@ -21,7 +21,7 @@ class Chef CHEF_ROOT = File.expand_path("../..", __FILE__) - VERSION = "12.21.7" + VERSION = "12.21.8" end # |