summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-02-12 17:38:13 +0000
committerChef Expeditor <expeditor@chef.io>2020-02-12 17:38:13 +0000
commitd1c9fddb4c5d9f1f035f1159febfc58c51d3e792 (patch)
treeb30bd5c4ade1bf5fec8ec0384b853378dc8f09aa /lib/chef/version.rb
parentbc2a6afbc974130d66be6eae0ba22279595494e3 (diff)
downloadchef-d1c9fddb4c5d9f1f035f1159febfc58c51d3e792.tar.gz
Bump version to 16.0.61 by Chef Expeditorv16.0.61
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 f1210909da..e5ed4e00df 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.0.60")
+ VERSION = Chef::VersionString.new("16.0.61")
end
#