summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-02-22 20:15:41 +0000
committerChef Expeditor <chef-ci@chef.io>2022-02-22 20:15:41 +0000
commit935256900a7af876bcd16c6ab3d5f3579274edf0 (patch)
tree3d9ee58f37c25afc8fbaefd8487355710c9af1d4 /lib
parent8bbce0104e0e4f9e2266602fa063d161cc899c63 (diff)
downloadchef-935256900a7af876bcd16c6ab3d5f3579274edf0.tar.gz
Bump version to 18.0.50 by Chef Expeditorv18.0.50
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 1a92f53a90..9e98cbc25c 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("18.0.49")
+ VERSION = Chef::VersionString.new("18.0.50")
end
#