diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-03-16 16:02:17 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-03-16 16:02:17 +0000 |
commit | 4f54c7b443f55a0c2dcfaf4d193aaa037a35009d (patch) | |
tree | 5193899238713169981869c86feef2b323430cee /lib/chef/version.rb | |
parent | bf1b6dc92c5314a22e3d5a30198beb5665166c23 (diff) | |
download | chef-12.22.2.tar.gz |
Bump version to 12.22.2 by Expeditorv12.22.2
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 9cd3dbd5a0..b165857373 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.22.1" + VERSION = "12.22.2" end # |