summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-06-19 15:22:04 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-06-19 15:22:04 +0000
commit256e57adbda5fd53653c8c2ebba7bbd72e84a8bf (patch)
tree70be17d4e0da75a10b38a0729ffd944dde262ac9 /lib
parent7057cffcd9c9deab4e4e84423b9d9174bb2ae9ae (diff)
downloadchef-256e57adbda5fd53653c8c2ebba7bbd72e84a8bf.tar.gz
Bump version to 14.3.18 by Chef Expeditorv14.3.18
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 7b30763bc7..4348c4d952 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.3.17")
+ VERSION = Chef::VersionString.new("14.3.18")
end
#