diff options
author | Chef Versioner <chef-versioner@chef.io> | 2016-12-12 16:54:47 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2016-12-12 16:54:47 +0000 |
commit | 9530a0027f7769008a850640e192e108a09b45ca (patch) | |
tree | c89754517b89092bac42ffeb228a421a7d191dcc /lib/chef | |
parent | 12b69cd889814a3e78e99fd99901bef4413565cb (diff) | |
download | chef-9530a0027f7769008a850640e192e108a09b45ca.tar.gz |
Bump version of chef to 12.17.54 by Chef Versioner.v12.17.54
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 36d61d480d..62e743b83e 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.17.53" + VERSION = "12.17.54" end # |