diff options
author | Thom May <thom@chef.io> | 2017-06-21 10:40:25 +0100 |
---|---|---|
committer | Thom May <thom@chef.io> | 2017-06-21 10:40:25 +0100 |
commit | 3deba4390e014032a1f8c132ab5109d83cc059af (patch) | |
tree | b27765893be13a3ebde9790d6b42c4cf923685cd /lib/chef | |
parent | aa40acec5c9f3c7784656744a5c43ba68ccd7b92 (diff) | |
download | chef-3deba4390e014032a1f8c132ab5109d83cc059af.tar.gz |
Bump version of chef to 12.21.2v12.21.2
Signed-off-by: Thom May <thom@chef.io>
Diffstat (limited to 'lib/chef')
-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 77be204d97..f1c5796a51 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.1" + VERSION = "12.21.2" end # |