diff options
author | Chef Versioner <chef-versioner@chef.io> | 2017-02-12 01:57:17 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2017-02-12 01:57:17 +0000 |
commit | b949a48acc21d4b64869bd7b834708d5232b1f2a (patch) | |
tree | f3b0ac264d3b348d323af40f5b58dec3735d975e /lib | |
parent | 9600b1c8d3e5242a57757d83342a59692dbfaa21 (diff) | |
download | chef-b949a48acc21d4b64869bd7b834708d5232b1f2a.tar.gz |
Bump version of chef to 12.19.26 by Chef Versioner.v12.19.26
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 347a761e19..0f8370dabe 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.19.25" + VERSION = "12.19.26" end # |