summaryrefslogtreecommitdiff
path: root/chef-config
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 /chef-config
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 'chef-config')
-rw-r--r--chef-config/lib/chef-config/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb
index 6c3414eb9a..b38129c0ad 100644
--- a/chef-config/lib/chef-config/version.rb
+++ b/chef-config/lib/chef-config/version.rb
@@ -15,5 +15,5 @@
module ChefConfig
CHEFCONFIG_ROOT = File.expand_path("..", __dir__)
- VERSION = "18.1.2".freeze
+ VERSION = "18.1.3".freeze
end