diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-06-05 15:00:26 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-06-05 15:00:26 +0000 |
commit | 6e3650058aed1fcf242bcc7c122d391310b09746 (patch) | |
tree | cc0ec5d36c391edb31bcba339b2790b18a072001 /chef-bin | |
parent | eb27732839ede9db19abcc48e8a824d5f80806c3 (diff) | |
download | chef-6e3650058aed1fcf242bcc7c122d391310b09746.tar.gz |
Bump version to 15.1.3 by Chef Expeditorv15.1.3
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 2e3228f39a..5d79e30e50 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.2".freeze + VERSION = "15.1.3".freeze end # |