diff options
author | Chef Versioner <chef-versioner@chef.io> | 2017-01-11 22:37:38 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2017-01-11 22:37:38 +0000 |
commit | e420561a6b69ee795396418fe652f4f5743ad978 (patch) | |
tree | 8f7a79c689d728940ade40c81740d0dc86027019 /lib/chef | |
parent | b1dd5ba370670717070ce0b4a2a886069a2706b5 (diff) | |
download | chef-e420561a6b69ee795396418fe652f4f5743ad978.tar.gz |
Bump version of chef to 12.18.30 by Chef Versioner.v12.18.30
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 57da79ad6d..b2397f7c57 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.18.29" + VERSION = "12.18.30" end # |