summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-02-26 19:03:06 +0000
committerChef Expeditor <chef-ci@chef.io>2019-02-26 19:03:06 +0000
commit48b46ae34b8461f9eb7f68600ef77df39bd3aea1 (patch)
tree9aec120f694b26c79abaf8866b4c84e5e86db6c5 /lib/chef/version.rb
parent7a38c3afe89fa7e39b92a3fbb63c3c00f2438e65 (diff)
downloadchef-48b46ae34b8461f9eb7f68600ef77df39bd3aea1.tar.gz
Bump version to 14.11.9 by Chef Expeditorv14.11.9
Obvious fix; these changes are the result of automation not creative thinking.
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 5e23e0e7a4..4633308784 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.11.8")
+ VERSION = Chef::VersionString.new("14.11.9")
end
#