diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-07-28 22:03:47 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-07-28 22:03:47 +0000 |
commit | acffd83f97f8e9551c19bf6a60ad300876e15543 (patch) | |
tree | f99bb5a94db5e491fb5840c1bfe0673cd3d96782 /chef-config/lib | |
parent | d467c050eeca9328a39bd8f63891bd27ad05b45f (diff) | |
download | chef-acffd83f97f8e9551c19bf6a60ad300876e15543.tar.gz |
Bump version to 16.3.44 by Chef Expeditorv16.3.44
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib')
-rw-r--r-- | chef-config/lib/chef-config/version.rb | 2 |
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 66c87eef11..6e5e092030 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 = "16.3.43".freeze + VERSION = "16.3.44".freeze end |