summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-25 15:55:13 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-25 15:55:13 +0000
commit7f914c7e8245672989a9a7f20ec33cdc1dd65a3b (patch)
tree8659428bc2769e168cc5fbcb42edaeb75859e90d /lib
parentc57b9c78034074edbd61dfc5cb97f86ad4149f82 (diff)
downloadchef-7f914c7e8245672989a9a7f20ec33cdc1dd65a3b.tar.gz
Bump version to 16.0.243 by Chef Expeditorv16.0.243
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 b2525e121b..1f033d001b 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.242")
+ VERSION = Chef::VersionString.new("16.0.243")
end
#