summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-05-24 05:53:35 +0000
committerChef Expeditor <chef-ci@chef.io>2019-05-24 05:53:35 +0000
commit6d6ef7d068b18f4eb47a79790f5cdf1ff40d669c (patch)
tree4989aa0785f65c8edfa0017095b0b2c3df10c82c /lib
parentcefc685ad328ec2cdd1fc4e5d8cfb3e691f678cb (diff)
downloadchef-6d6ef7d068b18f4eb47a79790f5cdf1ff40d669c.tar.gz
Bump version to 15.0.309 by Chef Expeditorv15.0.309
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib')
-rw-r--r--lib/chef/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index f99ec18b7b..7a42d29fd4 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require_relative "version_string"
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = Chef::VersionString.new("15.0.308")
+ VERSION = Chef::VersionString.new("15.0.309")
end
#