diff options
author | Chef Expeditor <chef-ci@chef.io> | 2023-01-18 14:23:57 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2023-01-18 14:23:57 +0000 |
commit | d9efa9fe5e6dc3459cb2e30a8515a1d9d4a04b40 (patch) | |
tree | 66ab59c335d9ab0fc7787b9f8fbf25f8d5753723 /chef-bin | |
parent | e563a32480288190f58f097102dbaeedde17ef18 (diff) | |
download | chef-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-bin')
-rw-r--r-- | chef-bin/lib/chef-bin/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-bin/lib/chef-bin/version.rb b/chef-bin/lib/chef-bin/version.rb index 869d19ca8c..73c3f85cfb 100644 --- a/chef-bin/lib/chef-bin/version.rb +++ b/chef-bin/lib/chef-bin/version.rb @@ -21,7 +21,7 @@ module ChefBin CHEFBIN_ROOT = File.expand_path("..", __dir__) - VERSION = "18.1.2".freeze + VERSION = "18.1.3".freeze end # |