summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2017-04-04 23:15:41 +0000
committerChef Versioner <chef-versioner@chef.io>2017-04-04 23:15:41 +0000
commit1148f3319ca93e99e209443fc2823d09a6fb695c (patch)
tree0d4c279251cf4dd1b1db82ebf7e659e7e76eec53 /lib/chef/version.rb
parent4af0b11acbfd47d46fc76e5f540b06398beed584 (diff)
downloadchef-1148f3319ca93e99e209443fc2823d09a6fb695c.tar.gz
Bump version of chef to 13.0.98 by Chef Versioner.v13.0.98
Diffstat (limited to 'lib/chef/version.rb')
-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 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
#