summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-01-12 21:03:34 +0000
committerChef Expeditor <chef-ci@chef.io>2021-01-12 21:03:34 +0000
commit5503c8f5f7eee96c8e22edf2542ababd87d40f0a (patch)
tree7309c2194ddec69bb629fa167e4a69d3c878c78c /lib/chef/version.rb
parentbcfadbaa39ff2592656a625fc68d37c74a7d4dff (diff)
downloadchef-5503c8f5f7eee96c8e22edf2542ababd87d40f0a.tar.gz
Bump version to 16.9.19 by Chef Expeditorv16.9.19
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 2112a5e48e..21c3faba2b 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("..", __dir__)
- VERSION = Chef::VersionString.new("16.9.18")
+ VERSION = Chef::VersionString.new("16.9.19")
end
#