summaryrefslogtreecommitdiff
path: root/chef-bin/lib/chef-bin/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-07-23 20:21:23 +0000
committerChef Expeditor <chef-ci@chef.io>2019-07-23 20:21:23 +0000
commit45c89f2ea67b7038ed5a3333de2aebc14e57723f (patch)
tree61c0a97e65ca072cabf7898d8f127c4cdd760bc2 /chef-bin/lib/chef-bin/version.rb
parenteda9826c9c4a1612fc350fc780320ebcf81bdb8a (diff)
downloadchef-45c89f2ea67b7038ed5a3333de2aebc14e57723f.tar.gz
Bump version to 15.2.3 by Chef Expeditorv15.2.3
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin/lib/chef-bin/version.rb')
-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 e5b808e9c6..50a2146d6e 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.2.2".freeze
+ VERSION = "15.2.3".freeze
end
#