diff options
author | Chef Versioner <chef-versioner@chef.io> | 2017-01-04 02:39:31 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2017-01-04 02:39:31 +0000 |
commit | c751f867f72f90b19b3355bdab009a354677e853 (patch) | |
tree | 43ca0066affdc71ca315e9e428d9c802fd5b16a8 /lib/chef/version.rb | |
parent | 8a114f1b2a7f8fbc0cf6fb8e5908f20bc2b54f84 (diff) | |
download | chef-c751f867f72f90b19b3355bdab009a354677e853.tar.gz |
Bump version of chef to 12.18.18 by Chef Versioner.v12.18.18
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 270c1f089c..f289bf4ad4 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.17" + VERSION = "12.18.18" end # |