summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-01-22 18:26:22 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-01-22 18:26:22 +0000
commite974af2d562f3b8be6a7061e6fd36c2066829364 (patch)
tree6230730501850f02a9a08999721a596d1d322e9d /lib/chef
parentf73515c50357992ec04f28ad321b0f4717764d96 (diff)
downloadchef-e974af2d562f3b8be6a7061e6fd36c2066829364.tar.gz
Bump version to 14.0.9 by Expeditorv14.0.9
Diffstat (limited to 'lib/chef')
-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 bacc084a97..4059cd9094 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.8")
+ VERSION = Chef::VersionString.new("14.0.9")
end
#