summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-09-10 03:42:29 +0000
committerChef Expeditor <chef-ci@chef.io>2019-09-10 03:42:29 +0000
commitf42271a8981f9ae9b0dbc93f9be612cf2feb4883 (patch)
treeaa31e1118ff1b6d1534e9ae1aa74555ec22f77df /chef-bin
parentaa401a2f19e656bf902919a070276f0d89d387d9 (diff)
downloadchef-f42271a8981f9ae9b0dbc93f9be612cf2feb4883.tar.gz
Bump version to 15.3.9 by Chef Expeditorv15.3.9
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 1b1a770cca..a57fdd890b 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.3.8".freeze
+ VERSION = "15.3.9".freeze
end
#