summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-07-08 18:42:33 +0000
committerChef Expeditor <chef-ci@chef.io>2019-07-08 18:42:33 +0000
commit643899fb580385968465c7e15e4f20908fc6c5ac (patch)
treeab0b405ed07f5ef19bcacfaf444b3fd5bdee834e /chef-bin
parent4e9296a50fa1c92dfe13c78678a6f962f5996476 (diff)
downloadchef-643899fb580385968465c7e15e4f20908fc6c5ac.tar.gz
Bump version to 15.1.44 by Chef Expeditorv15.1.44
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.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 a33ee5635f..b36b3f95fe 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("../..", __FILE__)
- VERSION = "15.1.43".freeze
+ VERSION = "15.1.44".freeze
end
#