Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mirror
chef
Commits
3a6c2c61
Commit
3a6c2c61
authored
Jan 10, 2013
by
danielsdeleo
Browse files
bump to 10.16.6 for release
parent
16832771
Changes
6
Hide whitespace changes
Inline
Side-by-side
chef-expander/lib/chef/expander/version.rb
View file @
3a6c2c61
...
...
@@ -23,7 +23,7 @@ require 'open3'
module
Chef
module
Expander
VERSION
=
"10.16.6
.rc.0
"
VERSION
=
"10.16.6"
def
self
.
version
@rev
||=
begin
...
...
chef-server-api/lib/chef-server-api/version.rb
View file @
3a6c2c61
module
ChefServerApi
VERSION
=
'10.16.6
.rc.0
'
VERSION
=
'10.16.6'
end
chef-server-webui/lib/chef-server-webui/version.rb
View file @
3a6c2c61
module
ChefServerWebui
VERSION
=
'10.16.6
.rc.0
'
VERSION
=
'10.16.6'
end
chef-server/lib/chef-server/version.rb
View file @
3a6c2c61
...
...
@@ -17,5 +17,5 @@
#
module
ChefServer
VERSION
=
'10.16.6
.rc.0
'
VERSION
=
'10.16.6'
end
chef-solr/lib/chef/solr/version.rb
View file @
3a6c2c61
class
Chef
class
Solr
VERSION
=
'10.16.6
.rc.0
'
VERSION
=
'10.16.6'
# Solr Schema. Used to detect incompatibilities between installed solr and
# chef-solr versions.
...
...
chef/lib/chef/version.rb
View file @
3a6c2c61
...
...
@@ -17,7 +17,7 @@
class
Chef
CHEF_ROOT
=
File
.
dirname
(
File
.
expand_path
(
File
.
dirname
(
__FILE__
)))
VERSION
=
'10.16.6
.rc.0
'
VERSION
=
'10.16.6'
end
# NOTE: the Chef::Version class is defined in version_class.rb
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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