summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-10-31 20:22:33 +0000
committerChef Versioner <chef-versioner@chef.io>2016-10-31 20:22:33 +0000
commitc34f190c00ae44fde3c06d9a153893c178aebd3c (patch)
tree6e64acd4ed4fdad3481e4bcc620fbd8d58266ef2 /lib
parented3af24ec3bae4419b3a13700e08283b81b8694a (diff)
downloadchef-c34f190c00ae44fde3c06d9a153893c178aebd3c.tar.gz
Bump version of chef to 12.16.28 by Chef Versioner.v12.16.28
Diffstat (limited to 'lib')
-rw-r--r--lib/chef/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 27219c4213..7935cff3c4 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.16.27"
+ VERSION = "12.16.28"
end
#