diff options
author | Chef Versioner <chef-versioner@chef.io> | 2016-03-24 20:39:19 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2016-03-24 20:39:19 +0000 |
commit | 2cba5d1c5fc8e15154adab00766ba48b4dc7d726 (patch) | |
tree | cb33f0469e801c745c16eacb4086dd18761b226c /lib | |
parent | 7e69d7764965317f5c790c6ae00b958badb37dd7 (diff) | |
download | chef-2cba5d1c5fc8e15154adab00766ba48b4dc7d726.tar.gz |
Bump version of chef to 12.8.9 by Chef Versioner.v12.8.9jk/12.9-bump
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 1e2efc1972..7504af2c01 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.8.8" + VERSION = "12.8.9" end # |