diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-07-08 18:42:33 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-07-08 18:42:33 +0000 |
commit | 643899fb580385968465c7e15e4f20908fc6c5ac (patch) | |
tree | ab0b405ed07f5ef19bcacfaf444b3fd5bdee834e /chef-bin | |
parent | 4e9296a50fa1c92dfe13c78678a6f962f5996476 (diff) | |
download | chef-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.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 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 # |