summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-12-20 04:12:09 +0000
committerChef Expeditor <chef-ci@chef.io>2018-12-20 04:12:09 +0000
commit23ad804ea6e7d56b5318679fa9e300a0e9902c85 (patch)
tree5e4ab4f4abe2a8aec10129c1caf46a47d2afce90 /lib
parent7127af1176b633f514c55d56ece4180b1a3f418f (diff)
downloadchef-23ad804ea6e7d56b5318679fa9e300a0e9902c85.tar.gz
Bump version to 14.9.1 by Chef Expeditorv14.9.1
Obvious fix; these changes are the result of automation not creative thinking.
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 f647e1978c..5c46a58893 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.9.0")
+ VERSION = Chef::VersionString.new("14.9.1")
end
#