summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-07-15 18:16:12 +0000
committerChef Expeditor <expeditor@chef.io>2020-07-15 18:16:12 +0000
commitafcc7e233a7a00bae39555983652915a8882b0a7 (patch)
treedbc6dbfba22dee668aff2bb53c6e3e8ac299d2ae /lib
parent5974b0eeb54b7f90967b393cf83caf086a1064fa (diff)
downloadchef-afcc7e233a7a00bae39555983652915a8882b0a7.tar.gz
Bump version to 16.3.10 by Chef Expeditorv16.3.10
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 c6f087915c..85e885ee28 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.3.9")
+ VERSION = Chef::VersionString.new("16.3.10")
end
#