summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-05-27 20:02:50 +0000
committerChef Expeditor <chef-ci@chef.io>2019-05-27 20:02:50 +0000
commit819307636de80266c6eb7e2072839e47f2dd4dbe (patch)
treefc95b2a9839bb14472b2cb86d0d1db0baae15130 /lib
parenta6811943104fa1b32eca22f6b38666cef44cd6a0 (diff)
downloadchef-819307636de80266c6eb7e2072839e47f2dd4dbe.tar.gz
Bump version to 15.0.319 by Chef Expeditorv15.0.319
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 19998653f8..94865d4e32 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.318")
+ VERSION = Chef::VersionString.new("15.0.319")
end
#