summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-04-12 16:27:30 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-04-12 16:27:30 +0000
commitaf41f4fd301612a672d864ad6a7ef98ae8db493f (patch)
tree07f4df3e73be69265b7083c704903327cf0fc6dd /lib
parent870f1aeb7574f02116fb2e46014cf82c090070d4 (diff)
downloadchef-af41f4fd301612a672d864ad6a7ef98ae8db493f.tar.gz
Bump version to 14.0.196 by Expeditorv14.0.196
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 2073edeb3e..84726733d5 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require "chef/version_string"
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = Chef::VersionString.new("14.0.195")
+ VERSION = Chef::VersionString.new("14.0.196")
end
#