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
abd50134
Commit
abd50134
authored
Apr 06, 2011
by
Daniel DeLeo
Browse files
bump to 0.10 beta 7
parent
769414b5
Changes
7
Hide whitespace changes
Inline
Side-by-side
chef-expander/lib/chef/expander/version.rb
View file @
abd50134
...
...
@@ -23,7 +23,7 @@ require 'open3'
module
Chef
module
Expander
VERSION
=
"0.10.0.beta.
6
"
VERSION
=
"0.10.0.beta.
7
"
def
self
.
version
@rev
||=
begin
...
...
chef-server-api/Gemfile.lock
View file @
abd50134
PATH
remote: ../chef
specs:
chef (0.10.0.beta.
6
)
chef (0.10.0.beta.
7
)
bunny (>= 0.6.0)
erubis
highline
...
...
@@ -21,8 +21,8 @@ PATH
PATH
remote: ../chef-solr
specs:
chef-solr (0.10.0.beta.
6
)
chef (= 0.10.0.beta.
6
)
chef-solr (0.10.0.beta.
7
)
chef (= 0.10.0.beta.
7
)
GEM
remote: http://rubygems.org/
...
...
chef-server-api/lib/chef-server-api/version.rb
View file @
abd50134
module
ChefServerApi
VERSION
=
'0.10.0.beta.
6
'
VERSION
=
'0.10.0.beta.
7
'
end
chef-server-webui/lib/chef-server-webui/version.rb
View file @
abd50134
module
ChefServerWebui
VERSION
=
'0.10.0.beta.
6
'
VERSION
=
'0.10.0.beta.
7
'
end
chef-server/lib/chef-server/version.rb
View file @
abd50134
...
...
@@ -17,5 +17,5 @@
#
module
ChefServer
VERSION
=
'0.10.0.beta.
6
'
VERSION
=
'0.10.0.beta.
7
'
end
chef-solr/lib/chef/solr/version.rb
View file @
abd50134
class
Chef
class
Solr
VERSION
=
'0.10.0.beta.
6
'
VERSION
=
'0.10.0.beta.
7
'
# Solr Schema. Used to detect incompatibilities between installed solr and
# chef-solr versions.
...
...
chef/lib/chef/version.rb
View file @
abd50134
...
...
@@ -17,7 +17,7 @@
class
Chef
CHEF_ROOT
=
File
.
dirname
(
File
.
expand_path
(
File
.
dirname
(
__FILE__
)))
VERSION
=
'0.10.0.beta.
6
'
VERSION
=
'0.10.0.beta.
7
'
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