summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-01-18 14:23:57 +0000
committerChef Expeditor <chef-ci@chef.io>2023-01-18 14:23:57 +0000
commitd9efa9fe5e6dc3459cb2e30a8515a1d9d4a04b40 (patch)
tree66ab59c335d9ab0fc7787b9f8fbf25f8d5753723 /lib
parente563a32480288190f58f097102dbaeedde17ef18 (diff)
downloadchef-d9efa9fe5e6dc3459cb2e30a8515a1d9d4a04b40.tar.gz
Bump version to 18.1.3 by Chef Expeditorv18.1.3vasundhara/adds-ucrt-platform-support
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 c8aad1ef44..7dd9f06960 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.1.2")
+ VERSION = Chef::VersionString.new("18.1.3")
end
#