diff options
author | Chef Versioner <chef-versioner@chef.io> | 2016-11-29 19:23:17 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2016-11-29 19:23:17 +0000 |
commit | ffeb7e3df640d5fb5cca5a0826a6b08779183b23 (patch) | |
tree | d54e492f00735631eb9a7cb311683d7e9792160e /lib/chef/version.rb | |
parent | caca6b6ee91ccf27aeb13877113338ec42736361 (diff) | |
download | chef-ffeb7e3df640d5fb5cca5a0826a6b08779183b23.tar.gz |
Bump version of chef to 12.17.28 by Chef Versioner.v12.17.28
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 e651f6f63f..079a39bba6 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.17.27" + VERSION = "12.17.28" end # |