summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-05-24 17:08:02 +0000
committerChef Expeditor <chef-ci@chef.io>2019-05-24 17:08:02 +0000
commit277231271eabc1570923a477dc51a9332900170a (patch)
tree90fb8078490ec7c58131adbf238ef09419c0b811 /chef-bin
parent03efc937799f098abdf4f8244bd3c00d6fd62ab2 (diff)
downloadchef-277231271eabc1570923a477dc51a9332900170a.tar.gz
Bump version to 15.0.312 by Chef Expeditorv15.0.312
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 d8781dccbb..49af179c08 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.311".freeze
+ VERSION = "15.0.312".freeze
end
#