diff options
author | Chef Versioner <chef-versioner@chef.io> | 2016-08-17 18:00:01 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2016-08-17 18:00:01 +0000 |
commit | 9647c009412bd61b60fc842d61b4a58ab033f274 (patch) | |
tree | a223314057f193b00cba21f98a477532a987c428 /lib | |
parent | 5d25c9fdd7830582bd61119890c7961b93600386 (diff) | |
download | chef-9647c009412bd61b60fc842d61b4a58ab033f274.tar.gz |
Bump version of chef to 12.14.8 by Chef Versioner.v12.14.8
Diffstat (limited to 'lib')
-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 88b4384ecb..c55cd9a794 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.14.7" + VERSION = "12.14.8" end # |