summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-05-24 07:52:05 +0000
committerChef Expeditor <chef-ci@chef.io>2019-05-24 07:52:05 +0000
commitf9b74d9846368bd7dd8b12cb24e89fa0dbc696e2 (patch)
tree204d72fbf64d81e7ef1dac7efe83d217963c9988 /chef-bin
parent82362cea3ecb50a808b5bff0300a17a946a89b22 (diff)
downloadchef-f9b74d9846368bd7dd8b12cb24e89fa0dbc696e2.tar.gz
Bump version to 15.0.310 by Chef Expeditorv15.0.310
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 9b38a7a76e..2259dab254 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.309".freeze
+ VERSION = "15.0.310".freeze
end
#