diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-06-24 23:37:32 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-06-24 23:37:32 +0000 |
commit | bf65a82ba825db2dc7ff0731de56d20b0d2b4e5c (patch) | |
tree | 4f7a966ecf896922f4a369ba9052f318cda8009c /chef-bin | |
parent | bf4213f3a95b10c40a5a77c800feb31d4607917e (diff) | |
download | chef-bf65a82ba825db2dc7ff0731de56d20b0d2b4e5c.tar.gz |
Bump version to 15.1.23 by Chef Expeditorv15.1.23
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 0110aabb7c..52c8db8228 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.22".freeze + VERSION = "15.1.23".freeze end # |