summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-02-20 00:29:30 +0000
committerChef Expeditor <expeditor@chef.io>2020-02-20 00:29:30 +0000
commit38f8d2ac45a24a88bea9a035c576fadec292e9e6 (patch)
treeac73f15b2f247de529be1f4cf7aa1adb2875e485 /lib
parent5519af20d006ac3f325a8d2923f96992ecd8fe2a (diff)
downloadchef-38f8d2ac45a24a88bea9a035c576fadec292e9e6.tar.gz
Bump version to 16.0.69 by Chef Expeditorv16.0.69
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 bb5bb8cd8b..9c1182f127 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.68")
+ VERSION = Chef::VersionString.new("16.0.69")
end
#