summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-11-06 03:54:41 +0000
committerChef Expeditor <expeditor@chef.io>2019-11-06 03:54:41 +0000
commitaaa52a5d63711d2d0b38861eb8fd50c3fc21229f (patch)
tree9e46dacba60281927f3109c343574b969c03e332 /lib
parent30470bbbc2b70defab2c7361b0d695b6ff1d6083 (diff)
downloadchef-aaa52a5d63711d2d0b38861eb8fd50c3fc21229f.tar.gz
Bump version to 15.4.68 by Chef Expeditorv15.4.68
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 cf03ee003b..d1012e55d8 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.4.67")
+ VERSION = Chef::VersionString.new("15.4.68")
end
#