summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-03-01 00:14:15 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-03-01 00:14:15 +0000
commit538a85bf288a5dbe13a4ab7dac7d5e10f8f468dd (patch)
tree508b46a1276548822b47c990c6cca8709d1f15ea /lib
parent72accef0bd9e1ef4c706dc8383eaad416ddce0f1 (diff)
downloadchef-538a85bf288a5dbe13a4ab7dac7d5e10f8f468dd.tar.gz
Bump version to 14.0.98 by Expeditorv14.0.98
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 cfff78fa39..791704383c 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require "chef/version_string"
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = Chef::VersionString.new("14.0.97")
+ VERSION = Chef::VersionString.new("14.0.98")
end
#