diff options
author | Chef Versioner <chef-versioner@chef.io> | 2017-04-04 23:15:41 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2017-04-04 23:15:41 +0000 |
commit | 1148f3319ca93e99e209443fc2823d09a6fb695c (patch) | |
tree | 0d4c279251cf4dd1b1db82ebf7e659e7e76eec53 /lib | |
parent | 4af0b11acbfd47d46fc76e5f540b06398beed584 (diff) | |
download | chef-1148f3319ca93e99e209443fc2823d09a6fb695c.tar.gz |
Bump version of chef to 13.0.98 by Chef Versioner.v13.0.98
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 7bb1c7cc42..1014b5a06f 100644 --- a/lib/chef/version.rb +++ b/lib/chef/version.rb @@ -21,7 +21,7 @@ class Chef CHEF_ROOT = File.expand_path("../..", __FILE__) - VERSION = "13.0.97" + VERSION = "13.0.98" end # |