summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-05-28 17:08:41 +0000
committerChef Expeditor <chef-ci@chef.io>2019-05-28 17:08:41 +0000
commitb6488236ef24b9c44295deac78b7bd2498e372ba (patch)
treed7fe79b6cd7cc0235b29b06fa68c77eb91f8b3e3 /chef-bin
parent943f15bab9d0238e9a08f31cb037d8e5526a607f (diff)
downloadchef-b6488236ef24b9c44295deac78b7bd2498e372ba.tar.gz
Bump version to 15.0.323 by Chef Expeditorv15.0.323
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 b85e83a2ae..c7bcf7f9d3 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.0.322".freeze
+ VERSION = "15.0.323".freeze
end
#