diff options
author | Chef Versioner <chef-versioner@chef.io> | 2016-05-02 21:38:43 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2016-05-02 21:38:43 +0000 |
commit | 4634f7769c6d5acc488fd149680d4c3eab63276c (patch) | |
tree | d01c210e0c4acd98be61e49e37749e444f41ea50 /lib/chef/version.rb | |
parent | 55b50dd6544391741543622041d51ff7acc1a8c2 (diff) | |
download | chef-4634f7769c6d5acc488fd149680d4c3eab63276c.tar.gz |
Bump version of chef to 12.10.28 by Chef Versioner.v12.10.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 7bd9f874f7..319368022c 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.10.27" + VERSION = "12.10.28" end # |