summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-03-12 20:49:03 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-03-12 20:49:03 +0000
commit89082e3c31ed3b47d7a2dfcfa8cd7d390359fc4e (patch)
treedc39ac6deda629765b00221c470195ab4be0de6a /lib
parent079cca1c88232aa4bdb3eebde396f62fce48afd6 (diff)
downloadchef-89082e3c31ed3b47d7a2dfcfa8cd7d390359fc4e.tar.gz
Bump version to 14.0.130 by Expeditorv14.0.130
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 d8b36cc9b7..4849491673 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.129")
+ VERSION = Chef::VersionString.new("14.0.130")
end
#