summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-06-24 23:37:32 +0000
committerChef Expeditor <chef-ci@chef.io>2019-06-24 23:37:32 +0000
commitbf65a82ba825db2dc7ff0731de56d20b0d2b4e5c (patch)
tree4f7a966ecf896922f4a369ba9052f318cda8009c /chef-bin
parentbf4213f3a95b10c40a5a77c800feb31d4607917e (diff)
downloadchef-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.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 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
#