summaryrefslogtreecommitdiff
path: root/chef-bin/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-07-28 22:03:47 +0000
committerChef Expeditor <chef-ci@chef.io>2020-07-28 22:03:47 +0000
commitacffd83f97f8e9551c19bf6a60ad300876e15543 (patch)
treef99bb5a94db5e491fb5840c1bfe0673cd3d96782 /chef-bin/lib
parentd467c050eeca9328a39bd8f63891bd27ad05b45f (diff)
downloadchef-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-bin/lib')
-rw-r--r--chef-bin/lib/chef-bin/version.rb2
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 1ba12c48ad..d170e60bec 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 = "16.3.43".freeze
+ VERSION = "16.3.44".freeze
end
#