Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mirror
chef
Commits
574bdae6
Commit
574bdae6
authored
Oct 22, 2012
by
Bryan McLellan
Browse files
Chef 10.16.0 Release
parent
508ee1b8
Changes
6
Hide whitespace changes
Inline
Side-by-side
chef-expander/lib/chef/expander/version.rb
View file @
574bdae6
...
...
@@ -23,7 +23,7 @@ require 'open3'
module
Chef
module
Expander
VERSION
=
"10.16.0
.rc.2
"
VERSION
=
"10.16.0"
def
self
.
version
@rev
||=
begin
...
...
chef-server-api/lib/chef-server-api/version.rb
View file @
574bdae6
module
ChefServerApi
VERSION
=
'10.16.0
.rc.2
'
VERSION
=
'10.16.0'
end
chef-server-webui/lib/chef-server-webui/version.rb
View file @
574bdae6
module
ChefServerWebui
VERSION
=
'10.16.0
.rc.2
'
VERSION
=
'10.16.0'
end
chef-server/lib/chef-server/version.rb
View file @
574bdae6
...
...
@@ -17,5 +17,5 @@
#
module
ChefServer
VERSION
=
'10.16.0
.rc.2
'
VERSION
=
'10.16.0'
end
chef-solr/lib/chef/solr/version.rb
View file @
574bdae6
class
Chef
class
Solr
VERSION
=
'10.16.0
.rc.2
'
VERSION
=
'10.16.0'
# Solr Schema. Used to detect incompatibilities between installed solr and
# chef-solr versions.
...
...
chef/lib/chef/version.rb
View file @
574bdae6
...
...
@@ -17,7 +17,7 @@
class
Chef
CHEF_ROOT
=
File
.
dirname
(
File
.
expand_path
(
File
.
dirname
(
__FILE__
)))
VERSION
=
'10.16.0
.rc.2
'
VERSION
=
'10.16.0'
end
# NOTE: the Chef::Version class is defined in version_class.rb
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment