summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-05-21 16:58:32 +0000
committerChef Expeditor <expeditor@chef.io>2020-05-21 16:58:32 +0000
commit651f0c8cc7da7ab98d0074daeea1abe5c82bd480 (patch)
treef5a0769af1b9cbdc8619be8a4a52afa9b22e733d /lib/chef/version.rb
parent42fc9f4c7b83232444d08ef3ca8a309b064d52a5 (diff)
downloadchef-651f0c8cc7da7ab98d0074daeea1abe5c82bd480.tar.gz
Bump version to 16.1.9 by Chef Expeditorv16.1.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 819e97db5b..bc47af35f1 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require_relative "version_string"
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = Chef::VersionString.new("16.1.8")
+ VERSION = Chef::VersionString.new("16.1.9")
end
#