diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-01-31 18:40:07 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-01-31 18:40:07 +0000 |
commit | 7afe36b3e56f42002ad902684080970b94646f28 (patch) | |
tree | 7973c0ea4dba95ede4e43117292475ae39aabf8d /lib/chef/version.rb | |
parent | aa39d478b618058bf366c7bc9234dccc692b56b1 (diff) | |
download | chef-7afe36b3e56f42002ad902684080970b94646f28.tar.gz |
Bump version to 12.21.36 by Expeditorv12.21.36
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 a5ba56d185..ad816fabaf 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.35" + VERSION = "12.21.36" end # |