summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-12-10 01:26:40 +0000
committerChef Expeditor <expeditor@chef.io>2019-12-10 01:26:40 +0000
commit4ef700e7a1543e73eca792c11b823c0c56f5b581 (patch)
tree74e3e273793c5855a78496d799c7df650a318a5f /lib/chef/version.rb
parentd4ef805b1a9094356421756585f8a6dfa1ad991a (diff)
downloadchef-4ef700e7a1543e73eca792c11b823c0c56f5b581.tar.gz
Bump version to 15.6.10 by Chef Expeditorv15.6.10
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 83631e3c80..6dec3794df 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("15.6.9")
+ VERSION = Chef::VersionString.new("15.6.10")
end
#