summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-01-29 19:50:13 +0000
committerChef Expeditor <chef-ci@chef.io>2019-01-29 19:50:13 +0000
commitd447e651d94fde362e5e22213078549bb082cd97 (patch)
tree9ed45694914974c42415f7b24690cb7020b91ece /lib/chef/version.rb
parentdbc7e46f006c27a1fc79aa58acf671a09b657748 (diff)
downloadchef-d447e651d94fde362e5e22213078549bb082cd97.tar.gz
Bump version to 14.10.7 by Chef Expeditorv14.10.7
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef/version.rb')
-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 30a981387f..674e6c0a84 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.10.6")
+ VERSION = Chef::VersionString.new("14.10.7")
end
#